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

  /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/kernel-headers/original/linux/
list.h 457 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
463 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/linux-tools-perf/util/
annotate.c 598 list_for_each_entry_safe(pos, n, head, node) { function
map.c 250 list_for_each_entry_safe(pos, n, self, node) { function
563 list_for_each_entry_safe(pos, n, self, node) { function
session.c 196 list_for_each_entry_safe(t, n, &self->dead_threads, node) {
510 list_for_each_entry_safe(iter, tmp, head, list) { function
    [all...]
  /external/linux-tools-perf/util/include/linux/added/
list.h 471 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
477 #define list_for_each_entry_safe(pos, n, head, member) \ macro
531 * list_safe_reset_next - reset a stale list_for_each_entry_safe loop
532 * @pos: the loop cursor used in the list_for_each_entry_safe loop
533 * @n: temporary storage used in list_for_each_entry_safe
  /external/libusb/libusb/
libusbi.h 61 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/libusb_aah/libusb/
libusbi.h 75 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro

Completed in 337 milliseconds