Searched refs:__list_splice (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/hpt27xx/ |
H A D | list.h | 87 static HPT_INLINE void __list_splice(struct list_head *list, in __list_splice() function 104 __list_splice(list, head); in list_splice() 110 __list_splice(list, head); in list_splice_init()
|
/freebsd/sys/dev/hptnr/ |
H A D | list.h | 86 static HPT_INLINE void __list_splice(struct list_head *list, in __list_splice() function 103 __list_splice(list, head); in list_splice() 109 __list_splice(list, head); in list_splice_init()
|
/freebsd/sys/dev/hptrr/ |
H A D | list.h | 89 static HPT_INLINE void __list_splice(struct list_head *list, in __list_splice() function 106 __list_splice(list, head); in list_splice() 112 __list_splice(list, head); in list_splice_init()
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 276 static inline void __list_splice(const struct list_head *list, in __list_splice() function 298 __list_splice(list, head, head->next); in list_splice() 310 __list_splice(list, head->prev, head); in list_splice_tail() 324 __list_splice(list, head, head->next); in list_splice_init() 341 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list.h | 154 __list_splice(const struct list_head *list, struct list_head *prev, in __list_splice() function 173 __list_splice(list, head, head->next); in list_splice()
|