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

  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 87 static __inline__ void list_splice(struct list_head *list, struct list_head *head) function
  /external/e2fsprogs/lib/blkid/
list.h 122 * list_splice - join two lists
126 _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/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu.c 202 list_splice(&list, terms);
325 list_splice(&format, &pmu->format);
326 list_splice(&aliases, &pmu->aliases);
callchain.c 186 list_splice(&parent->children, &new->children);
parse-events.c 909 list_splice(data.terms, terms);
  /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/linux-tools-perf/perf-3.12.0/include/linux/
list.h 288 * list_splice - join two lists, this is designed for stacks
292 static inline void list_splice(const struct list_head *list, function
  /external/blktrace/btreplay/
btreplay.c 836 list_splice(&tip->used_iocbs, &tip->free_iocbs);
    [all...]

Completed in 110 milliseconds