Searched refs:__list_splice (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/include/linux/ |
D | list.h | 273 static inline void __list_splice(const struct list_head *list, in __list_splice() function 296 __list_splice(list, head, head->next); in list_splice() 308 __list_splice(list, head->prev, head); in list_splice_tail() 322 __list_splice(list, head, head->next); in list_splice_init() 339 __list_splice(list, head->prev, head); in list_splice_tail_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/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()
|