HomeSort by relevance Sort by last modified time
    Searched refs:list_for_each_entry_continue (Results 1 - 6 of 6) 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu.c 354 list_for_each_entry_continue(pmu, &pmus, list)
evlist.c 848 list_for_each_entry_continue(pos, &evlist->entries, node) {
905 list_for_each_entry_continue(pos, &evlist->entries, node) {
annotate.c 599 list_for_each_entry_continue(pos, head, node)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 435 * list_prepare_entry - prepare a pos entry for use in list_for_each_entry_continue()
440 * Prepares a pos entry for use as a start point in list_for_each_entry_continue().
446 * list_for_each_entry_continue - continue iteration over list of given type
454 #define list_for_each_entry_continue(pos, head, member) \ macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 527 list_for_each_entry_continue(pos, &notes->src->source, node) {

Completed in 121 milliseconds