/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/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 96 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro [all...] |
/external/libusb/libusb/ |
libusbi.h | 61 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|