Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h90 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/e2fsprogs/lib/blkid/
Dlist.h129 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/external/oprofile/libutil/
Dop_list.h130 static __inline__ void list_splice(struct list_head * list, struct list_head * head) in list_splice() function
/external/yaffs2/yaffs2/
Ddevextras.h161 static __inline__ void list_splice(struct list_head *list, 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/kernel-headers/original/linux/
Dlist.h325 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()