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

  /external/f2fs-tools/include/
list.h 84 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/iptables/libiptc/
linux_list.h 425 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
431 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/linux-tools-perf/src/include/linux/
list.h 486 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
492 #define list_for_each_entry_safe(pos, n, head, member) \ macro
546 * list_safe_reset_next - reset a stale list_for_each_entry_safe loop
547 * @pos: the loop cursor used in the list_for_each_entry_safe loop
548 * @n: temporary storage used in list_for_each_entry_safe
  /external/linux-tools-perf/src/tools/perf/util/
map.c 298 list_for_each_entry_safe(pos, n, maps, node) { function
pmu.c 526 list_for_each_entry_safe(term, h, head_terms, list) { function
annotate.c 1320 list_for_each_entry_safe(pos, n, head, node) { function
    [all...]
machine.c 53 list_for_each_entry_safe(pos, n, dsos, node) { function
63 list_for_each_entry_safe(t, n, &machine->dead_threads, node) {
    [all...]
session.c 535 list_for_each_entry_safe(iter, tmp, head, list) { function
    [all...]
  /external/libusb/libusb/
libusbi.h 61 #define list_for_each_entry_safe(pos, n, head, member) \ macro

Completed in 257 milliseconds