HomeSort by relevance Sort by last modified time
    Searched refs:list_splice (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 90 static __inline__ void list_splice(struct list_head *list, struct list_head *head) function
  /external/e2fsprogs/lib/blkid/
list.h 125 * list_splice - join two lists
129 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) function
  /external/oprofile/libutil/
op_list.h 126 * list_splice - join two lists
130 static __inline__ void list_splice(struct list_head * list, struct list_head * head) function
  /external/blktrace/btt/
list.h 206 * * list_splice - join two lists
210 static inline void list_splice(struct list_head *list, struct list_head *head) function
  /external/yaffs2/yaffs2/
devextras.h 157 * list_splice - join two lists
161 static __inline__ void list_splice(struct list_head *list, function
  /external/iptables/libiptc/
linux_list.h 298 * list_splice - join two lists
302 static inline void list_splice(struct list_head *list, struct list_head *head) function
  /external/kernel-headers/original/linux/
list.h 321 * list_splice - join two lists
325 static inline void list_splice(struct list_head *list, struct list_head *head) function
  /external/blktrace/btreplay/
btreplay.c 836 list_splice(&tip->used_iocbs, &tip->free_iocbs);
    [all...]

Completed in 193 milliseconds