Home
last modified time | relevance | path

Searched refs:__list_splice (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/hpt27xx/
H A Dlist.h87 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 Dlist.h86 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 Dlist.h89 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 Dmkregtable.c276 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 Ddrm_linux_list.h154 __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()