OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_for_each_entry_continue
(Results
1 - 3
of
3
) sorted by null
/external/iptables/libiptc/
linux_list.h
402
*
list_for_each_entry_continue
411
*
list_for_each_entry_continue
- iterate over list of given type
417
#define
list_for_each_entry_continue
(pos, head, member) \
macro
/external/kernel-headers/original/linux/
list.h
420
* list_prepare_entry - prepare a pos entry for use in
list_for_each_entry_continue
425
* Prepares a pos entry for use as a start point in
list_for_each_entry_continue
.
431
*
list_for_each_entry_continue
- continue iteration over list of given type
439
#define
list_for_each_entry_continue
(pos, head, member) \
macro
/external/linux-tools-perf/util/include/linux/added/
list.h
420
* list_prepare_entry - prepare a pos entry for use in
list_for_each_entry_continue
()
425
* Prepares a pos entry for use as a start point in
list_for_each_entry_continue
().
431
*
list_for_each_entry_continue
- continue iteration over list of given type
439
#define
list_for_each_entry_continue
(pos, head, member) \
macro
Completed in 161 milliseconds