Home
last modified time | relevance | path

Searched refs:list_splice (Results 1 – 5 of 5) 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.h126 _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/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.c836 list_splice(&tip->used_iocbs, &tip->free_iocbs); in tip_release()