Searched defs:list_for_each_entry (Results 1 - 9 of 9) sorted by relevance

/external/iptables/libiptc/
H A Dlinux_list.h375 * list_for_each_entry - iterate over list of given type
380 #define list_for_each_entry(pos, head, member) \ macro
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h398 * list_for_each_entry - iterate over list of given type
403 #define list_for_each_entry(pos, head, member) \ macro
/external/linux-tools-perf/util/
H A Dtrace-event-info.c491 list_for_each_entry(pos, pattrs, node) { function
508 list_for_each_entry(pos, pattrs, node)
H A Dsymbol.c1313 list_for_each_entry(pos, head, node) { function
2097 list_for_each_entry(pos, head, node)
2123 list_for_each_entry(pos, head, node) { function
2152 list_for_each_entry(pos, head, node) { function
/external/kernel-headers/original/linux/
H A Dlist.h398 * list_for_each_entry - iterate over list of given type
403 #define list_for_each_entry(pos, head, member) \ macro
/external/libusb/libusb/
H A Dlibusbi.h56 #define list_for_each_entry(pos, head, member) \ macro
/external/linux-tools-perf/
H A Dbuiltin-kmem.c449 list_for_each_entry(sort, sort_list, list) { function
H A Dbuiltin-lock.c315 list_for_each_entry(ret, entry, hash_entry) { function
397 list_for_each_entry(seq, &ts->seq_list, list) {
843 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
898 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
H A Dbuiltin-sched.c910 list_for_each_entry(sort, list, list) { function

Completed in 260 milliseconds