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

  /external/iptables/libiptc/
linux_list.h 565 * hlist_for_each_entry().
606 * hlist_for_each_entry(), but only if smp_read_barrier_depends()
657 * hlist_for_each_entry - iterate over list of given type
663 #define hlist_for_each_entry(tpos, pos, head, member) \ macro
  /external/linux-tools-perf/src/tools/perf/util/
evlist.c 411 hlist_for_each_entry(sid, head, node)
482 hlist_for_each_entry(sid, head, node) { function
  /external/linux-tools-perf/src/include/linux/
list.h 675 * hlist_for_each_entry - iterate over list of given type
680 #define hlist_for_each_entry(pos, head, member) \ macro

Completed in 199 milliseconds