OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_first_entry
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
354
*
list_first_entry
- get the first element from a list
361
#define
list_first_entry
(ptr, type, member) \
macro
373
(!list_empty(ptr) ?
list_first_entry
(ptr, type, member) : NULL)
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c
302
struct sort_entry *se =
list_first_entry
(&hist_entry__sort_list,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c
98
ln =
list_first_entry
(head, struct line_node, list);
[
all
...]
Completed in 129 milliseconds