/external/blktrace/btt/ |
list.h | 191 static inline void __list_splice(struct list_head *list, function 213 __list_splice(list, head);
|
/external/linux-tools-perf/util/include/linux/added/ |
list.h | 254 static inline void __list_splice(const struct list_head *list, function 277 __list_splice(list, head, head->next); 289 __list_splice(list, head->prev, head); 303 __list_splice(list, head, head->next); 320 __list_splice(list, head->prev, head);
|
/external/iptables/libiptc/ |
linux_list.h | 283 static inline void __list_splice(struct list_head *list, function 305 __list_splice(list, head); 319 __list_splice(list, head);
|
/external/kernel-headers/original/linux/ |
list.h | 306 static inline void __list_splice(struct list_head *list, function 328 __list_splice(list, head); 342 __list_splice(list, head);
|