HomeSort by relevance Sort by last modified time
    Searched refs:list_for_each_entry_reverse (Results 1 - 5 of 5) sorted by null

  /external/iptables/libiptc/
linux_list.h 388 * list_for_each_entry_reverse - iterate backwards over list of given type.
393 #define list_for_each_entry_reverse(pos, head, member) \ macro
libiptc.c 677 list_for_each_entry_reverse(r, &c->rules, list) {
    [all...]
  /external/linux-tools-perf/src/include/linux/
list.h 424 * list_for_each_entry_reverse - iterate backwards over list of given type.
429 #define list_for_each_entry_reverse(pos, head, member) \ macro
  /external/linux-tools-perf/src/tools/perf/util/
evlist.c 931 list_for_each_entry_reverse(evsel, &evlist->entries, node)
probe-finder.c 54 list_for_each_entry_reverse(ln, head, list) { function
    [all...]

Completed in 56 milliseconds