OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_is_last
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.y
36
if (!
list_is_last
(list->next, list))
parse-events-bison.c
108
if (!
list_is_last
(list->next, list))
[
all
...]
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
172
*
list_is_last
- tests whether @list is the last entry in list @head
176
static inline int
list_is_last
(const struct list_head *list,
function
Completed in 55 milliseconds