list_add_tail()

將new所表明的list_head插入head所索引的隊列的尾部 static  inline  void  list_add_tail( struct  list_head * new ,  struct  list_head *head) ... {     __list_add(new, head->prev, head); } 將new所表明的list_head插入到next索引的雙鏈表(
本站公眾號
   歡迎關注本站公眾號,獲取更多信息