Searched refs:__list_splice (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | list.h | 274 static inline void __list_splice(const struct list_head *list, in __list_splice() function 297 __list_splice(list, head, head->next); in list_splice() 309 __list_splice(list, head->prev, head); in list_splice_tail() 323 __list_splice(list, head, head->next); in list_splice_init() 340 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
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()
|