HomeSort by relevance Sort by last modified time
    Searched refs:list_splice (Results 1 - 9 of 9) 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/linux-tools-perf/src/tools/perf/util/
pmu.c 202 list_splice(&list, terms);
325 list_splice(&format, &pmu->format);
326 list_splice(&aliases, &pmu->aliases);
callchain.c 182 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/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/src/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 179 milliseconds