HomeSort by relevance Sort by last modified time
    Searched defs:list_for_each_entry (Results 1 - 13 of 13) sorted by null

  /external/f2fs-tools/include/
list.h 80 #define list_for_each_entry(pos, head, member) \ macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dso.c 527 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
trace-event-info.c 413 list_for_each_entry(pos, pattrs, node) { function
448 list_for_each_entry(pos, pattrs, node)
evlist.c 71 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(evsel, &evlist->entries, node)
    [all...]
parse-events.c 591 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/
linux_list.h 375 * 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/
list.h 413 * 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/
libusbi.h 91 #define list_for_each_entry(pos, head, member, type) \ macro
    [all...]
  /external/libusb/libusb/
libusbi.h 56 #define list_for_each_entry(pos, head, member) \ macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kmem.c 438 list_for_each_entry(sort, sort_list, list) { function
builtin-lock.c 313 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) {
builtin-kvm.c 348 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) {
    [all...]
builtin-sched.c 773 list_for_each_entry(sort, list, list) { function
    [all...]

Completed in 147 milliseconds