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

/freebsd-10.3-release/sys/netpfil/ipfw/test/
H A Dmylist.h16 __list_add(struct list_head *o, struct list_head *prev, function
28 __list_add(o, head->prev, head);
/freebsd-10.3-release/sys/dev/hpt27xx/
H A Dlist.h46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) function
56 __list_add(_new, head, head->next);
61 __list_add(_new, head->prev, head);
/freebsd-10.3-release/sys/dev/hptnr/
H A Dlist.h45 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) function
55 __list_add(_new, head, head->next);
60 __list_add(_new, head->prev, head);
/freebsd-10.3-release/sys/dev/hptrr/
H A Dlist.h48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) function
58 __list_add(_new, head, head->next);
63 __list_add(_new, head->prev, head);
/freebsd-10.3-release/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c66 static inline void __list_add(struct list_head *new, function
75 extern void __list_add(struct list_head *new,
89 __list_add(new, head, head->next);
102 __list_add(new, head->prev, head);

Completed in 58 milliseconds