OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlist_for_each_entry_continue
(Results
1 - 2
of
2
) sorted by null
/external/iptables/libiptc/
linux_list.h
670
*
hlist_for_each_entry_continue
- iterate over a hlist continuing after existing point
675
#define
hlist_for_each_entry_continue
(tpos, pos, member) \
macro
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
686
*
hlist_for_each_entry_continue
- iterate over a hlist continuing after current point
690
#define
hlist_for_each_entry_continue
(pos, member) \
macro
Completed in 52 milliseconds