Searched refs:list_splice (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 87 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/e2fsprogs/lib/blkid/ |
D | list.h | 134 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/blktrace/btt/ |
D | list.h | 210 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/ltp/testcases/realtime/include/ |
D | list.h | 222 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/mesa3d/src/util/ |
D | list.h | 126 static inline void list_splice(struct list_head *src, struct list_head *dst) in list_splice() function
|
/external/blktrace/iowatcher/ |
D | list.h | 258 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/libnfnetlink/include/ |
D | linux_list.h | 306 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/iptables/libiptc/ |
D | linux_list.h | 302 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/libnetfilter_conntrack/include/internal/ |
D | linux_list.h | 307 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
|
/external/u-boot/include/linux/ |
D | list.h | 268 static inline void list_splice(const struct list_head *list, in list_splice() function
|
/external/blktrace/btreplay/ |
D | btreplay.c | 854 list_splice(&tip->used_iocbs, &tip->free_iocbs); in tip_release()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_draw.c | 1042 list_splice(&records, &dctx->records); in dd_thread_main()
|