Searched refs:__list_splice (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/include/linux/ |
D | list.h | 249 static inline void __list_splice(const struct list_head *list, in __list_splice() function 272 __list_splice(list, head, head->next); in list_splice() 284 __list_splice(list, head->prev, head); in list_splice_tail() 298 __list_splice(list, head, head->next); in list_splice_init() 315 __list_splice(list, head->prev, head); in list_splice_tail_init()
|
/external/ltp/testcases/realtime/include/ |
D | list.h | 203 static inline void __list_splice(struct list_head *list, in __list_splice() function 225 __list_splice(list, head); in list_splice() 239 __list_splice(list, head); in list_splice_init()
|
/external/blktrace/btt/ |
D | list.h | 191 static inline void __list_splice(struct list_head *list, in __list_splice() function 213 __list_splice(list, head); in list_splice()
|
/external/blktrace/iowatcher/ |
D | list.h | 239 static inline void __list_splice(struct list_head *list, in __list_splice() function 261 __list_splice(list, head); in list_splice() 275 __list_splice(list, head); in list_splice_init()
|
/external/libnfnetlink/include/ |
D | linux_list.h | 287 static inline void __list_splice(struct list_head *list, in __list_splice() function 309 __list_splice(list, head); in list_splice() 323 __list_splice(list, head); in list_splice_init()
|
/external/iptables/libiptc/ |
D | linux_list.h | 283 static inline void __list_splice(struct list_head *list, in __list_splice() function 305 __list_splice(list, head); in list_splice() 319 __list_splice(list, head); in list_splice_init()
|
/external/libnetfilter_conntrack/include/internal/ |
D | linux_list.h | 288 static inline void __list_splice(struct list_head *list, in __list_splice() function 310 __list_splice(list, head); in list_splice() 324 __list_splice(list, head); in list_splice_init()
|