Searched refs:__list_splice (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | list.h | 266 static __always_inline void __list_splice(const struct list_head *list, in __list_splice() function 289 __list_splice(list, head, head->next); in list_splice() 301 __list_splice(list, head->prev, head); in list_splice_tail() 315 __list_splice(list, head, head->next); in list_splice_init() 332 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | aw_list.h | 278 static inline void __list_splice(const struct list_head *list, in __list_splice() function 301 __list_splice(list, head, head->next); in list_splice() 313 __list_splice(list, head->prev, head); in list_splice_tail() 327 __list_splice(list, head, head->next); in list_splice_init() 344 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
Completed in 8 milliseconds