Searched defs:list_for_each_entry_safe (Results 1 - 7 of 7) sorted by relevance

/external/iptables/libiptc/
H A Dlinux_list.h425 * 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/util/include/linux/added/
H A Dlist.h471 * 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/kernel-headers/original/linux/
H A Dlist.h457 * 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/
H A Dannotate.c598 list_for_each_entry_safe(pos, n, head, node) { function
H A Dmap.c250 list_for_each_entry_safe(pos, n, self, node) { function
563 list_for_each_entry_safe(pos, n, self, node) { function
H A Dsession.c196 list_for_each_entry_safe(t, n, &self->dead_threads, node) {
510 list_for_each_entry_safe(iter, tmp, head, list) { function
/external/libusb/libusb/
H A Dlibusbi.h61 #define list_for_each_entry_safe(pos, n, head, member) \ macro

Completed in 2603 milliseconds