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

/external/f2fs-tools/include/
H A Dlist.h80 #define list_for_each_entry(pos, head, member) \ macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-info.c413 list_for_each_entry(pos, pattrs, node) { function
448 list_for_each_entry(pos, pattrs, node)
H A Ddso.c527 list_for_each_entry(pos, head, node) { function
554 list_for_each_entry(pos, head, node)
559 list_for_each_entry(pos, head, node)
586 list_for_each_entry(pos, head, node) { function
600 list_for_each_entry(pos, head, node) { function
H A Devlist.c71 list_for_each_entry(evsel, &evlist->entries, node)
132 list_for_each_entry(evsel, list, node) { function
212 list_for_each_entry(evsel, &evlist->entries, node) {
227 list_for_each_entry(evsel, &evlist->entries, node) {
258 list_for_each_entry(pos, &evlist->entries, node) {
276 list_for_each_entry(pos, &evlist->entries, node) {
617 list_for_each_entry(evsel, &evlist->entries, node) {
655 list_for_each_entry(evsel, &evlist->entries, node) {
722 list_for_each_entry(evsel, &evlist->entries, node) {
776 list_for_each_entry(evse
[all...]
H A Dparse-events.c591 list_for_each_entry(term, head, list)
624 list_for_each_entry(term, head_terms, list)
813 list_for_each_entry(evsel, list, node) { function
838 list_for_each_entry(evsel, list, node) { function
/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/perf-3.12.0/include/linux/
H A Dlist.h413 * list_for_each_entry - iterate over list of given type
418 #define list_for_each_entry(pos, head, member) \ macro
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h91 #define list_for_each_entry(pos, head, member, type) \ macro
/external/libusb/libusb/
H A Dlibusbi.h56 #define list_for_each_entry(pos, head, member) \ macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kmem.c438 list_for_each_entry(sort, sort_list, list) { function
H A Dbuiltin-lock.c313 list_for_each_entry(ret, entry, hash_entry) { function
356 list_for_each_entry(seq, &ts->seq_list, list) {
777 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
859 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
H A Dbuiltin-kvm.c348 list_for_each_entry(event, head, hash_entry) { function
414 list_for_each_entry(event, head, hash_entry) { function
676 list_for_each_entry(event, &kvm->kvm_events_cache[i], hash_entry) {
1171 list_for_each_entry(pos, &evlist->entries, node) {
H A Dbuiltin-sched.c773 list_for_each_entry(sort, list, list) { function

Completed in 3732 milliseconds