OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlist_for_each_entry_safe
(Results
1 - 2
of
2
) sorted by null
/external/iptables/libiptc/
linux_list.h
693
*
hlist_for_each_entry_safe
- iterate over list of given type safe against removal of list entry
700
#define
hlist_for_each_entry_safe
(tpos, pos, n, head, member) \
macro
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
705
*
hlist_for_each_entry_safe
- iterate over list of given type safe against removal of list entry
711
#define
hlist_for_each_entry_safe
(pos, n, head, member) \
macro
Completed in 159 milliseconds