Searched refs:__list_add (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h51 * __list_add - Insert a new entry between two known consecutive entries.
59 static __inline__ void __list_add(struct list_head * new, function
78 __list_add(new, head, head->next);
91 __list_add(new, head->prev, head);

Completed in 20 milliseconds