Searched refs:list_for_each_entry_safe (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c185 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list, struct libusb_hotplug_callback) {
315 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list,
H A Dcore.c1195 list_for_each_entry_safe(itransfer, tmp, &ctx->flying_transfers, list, struct usbi_transfer) {
1886 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) {
1935 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) {
H A Dlibusbi.h96 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro
/external/f2fs-tools/include/
H A Dlist.h84 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c32 list_for_each_entry_safe(child, next, &parent->children, siblings)
407 list_for_each_entry_safe(list, next_list, &src->val, list) {
H A Dpmu.c526 list_for_each_entry_safe(term, h, head_terms, list) { function
H A Devlist.c81 list_for_each_entry_safe(pos, n, &evlist->entries, node) {
191 list_for_each_entry_safe(evsel, n, &head, node)
H A Dmap.c298 list_for_each_entry_safe(pos, n, maps, node) { function
H A Dmachine.c53 list_for_each_entry_safe(pos, n, dsos, node) { function
63 list_for_each_entry_safe(t, n, &machine->dead_threads, node) {
H A Dparse-events.c1328 list_for_each_entry_safe(term, h, terms, list)
H A Dannotate.c1320 list_for_each_entry_safe(pos, n, head, node) { function
H A Dsession.c535 list_for_each_entry_safe(iter, tmp, head, list) { function
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.c97 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
H A Ddarwin_usb.c405 list_for_each_entry_safe(dev, next, &darwin_cached_devices, list, struct darwin_cached_device) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dannotate.c149 list_for_each_entry_safe(pos, n, &notes->src->source, node) {
/external/libusb/libusb/
H A Dlibusbi.h61 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/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
H A Dlibiptc.c1396 list_for_each_entry_safe(c, tmp, &h->chains, list) {
1399 list_for_each_entry_safe(r, rtmp, &c->rules, list) {
2111 list_for_each_entry_safe(r, tmp, &c->rules, list) {
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dlist.h486 * 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/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c963 list_for_each_entry_safe(pos, n, &notes->src->source, node) {

Completed in 541 milliseconds