OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 488 milliseconds