Home
last modified time | relevance | path

Searched refs:list_splice (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h87 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/e2fsprogs/lib/blkid/
Dlist.h134 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/blktrace/btt/
Dlist.h210 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/ltp/testcases/realtime/include/
Dlist.h222 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/blktrace/iowatcher/
Dlist.h258 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/mesa3d/src/util/
Dlist.h131 static inline void list_splice(struct list_head *src, struct list_head *dst) in list_splice() function
/external/libnfnetlink/include/
Dlinux_list.h306 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h307 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/iptables/libiptc/
Dlinux_list.h302 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/blktrace/btreplay/
Dbtreplay.c854 list_splice(&tip->used_iocbs, &tip->free_iocbs); in tip_release()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c1132 list_splice(&records, &dctx->records); in dd_thread_main()