OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_for_each_entry_from
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
list.h
445
*
list_for_each_entry_from
- iterate over list of given type from the current point
452
#define
list_for_each_entry_from
(pos, head, member) \
macro
/external/linux-tools-perf/util/include/linux/added/
list.h
459
*
list_for_each_entry_from
- iterate over list of given type from the current point
466
#define
list_for_each_entry_from
(pos, head, member) \
macro
Completed in 202 milliseconds