HomeSort by relevance Sort by last modified time
    Searched defs: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/linux-tools-perf/util/include/linux/added/
list.h 269 * list_splice - join two lists, this is designed for stacks
273 static inline void list_splice(const struct list_head *list, function

Completed in 1214 milliseconds