Searched refs:__list_add (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/hpt27xx/ |
H A D | list.h | 46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() function 56 __list_add(_new, head, head->next); in list_add() 61 __list_add(_new, head->prev, head); in list_add_tail()
|
/freebsd/sys/dev/hptnr/ |
H A D | list.h | 45 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() function 55 __list_add(_new, head, head->next); in list_add() 60 __list_add(_new, head->prev, head); in list_add_tail()
|
/freebsd/sys/dev/hptrr/ |
H A D | list.h | 48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() function 58 __list_add(_new, head, head->next); in list_add() 63 __list_add(_new, head->prev, head); in list_add_tail()
|
/freebsd/sys/netpfil/ipfw/test/ |
H A D | mylist.h | 16 __list_add(struct list_head *o, struct list_head *prev, in __list_add() function 28 __list_add(o, head->prev, head); in list_add_tail()
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 63 static inline void __list_add(struct list_head *new, in __list_add() function 72 extern void __list_add(struct list_head *new, 86 __list_add(new, head, head->next); in list_add() 99 __list_add(new, head->prev, head); in list_add_tail()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 147 __list_add(struct list_head *new, struct list_head *prev, in __list_add() function 246 __list_add(new, head, head->next); in list_add() 253 __list_add(new, head->prev, head); in list_add_tail()
|
/freebsd/tools/test/stress2/misc/ |
H A D | mapwrite.sh | 43 * [ 7.667555] ? __list_add+0x12/0x30 [zfs]
|