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

  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 300 * list_splice_tail - join two lists, each list being a queue
304 static inline void list_splice_tail(struct list_head *list, function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 117 list_splice_tail(list, &evlist->entries);
parse-events.c 683 list_splice_tail(list_event, list_all);

Completed in 434 milliseconds