Searched refs:list_for_each_entry (Results 1 – 8 of 8) sorted by relevance
/external/libusb/libusb/ |
D | io.c | 1115 list_for_each_entry(cur, &ctx->flying_transfers, list) { in add_to_flying_list() 1314 list_for_each_entry(transfer, &ctx->flying_transfers, list) { in arm_timerfd_for_next_timeout() 1715 list_for_each_entry(transfer, &ctx->flying_transfers, list) { in handle_timeouts_locked() 1786 list_for_each_entry(ipollfd, &ctx->pollfds, list) in handle_events() 1794 list_for_each_entry(ipollfd, &ctx->pollfds, list) { in handle_events() 2108 list_for_each_entry(transfer, &ctx->flying_transfers, list) { in libusb_get_next_timeout() 2210 list_for_each_entry(ipollfd, &ctx->pollfds, list) in usbi_remove_pollfd() 2250 list_for_each_entry(ipollfd, &ctx->pollfds, list) in libusb_get_pollfds() 2257 list_for_each_entry(ipollfd, &ctx->pollfds, list) in libusb_get_pollfds() 2293 list_for_each_entry(cur, &HANDLE_CTX(handle)->flying_transfers, list) in usbi_handle_disconnect()
|
D | libusbi.h | 56 #define list_for_each_entry(pos, head, member) \ macro
|
D | core.c | 561 list_for_each_entry(dev, &ctx->usb_devs, list) in usbi_get_device_by_session_id()
|
/external/iptables/libiptc/ |
D | libiptc.c | 559 list_for_each_entry(c, &h->chains, list) { in iptcc_chain_index_build() 662 list_for_each_entry(r, &c->rules, list) { in iptcc_get_rule_num() 873 list_for_each_entry(tmp, list_start_pos->prev, list) { in iptc_insert_chain() 1067 list_for_each_entry(c, &h->chains, list) { in parse_table() 1069 list_for_each_entry(r, &c->rules, list) { in parse_table() 1166 list_for_each_entry(r, &c->rules, list) { in iptcc_compile_chain() 1206 list_for_each_entry(r, &c->rules, list) { in iptcc_compile_chain_offsets() 1233 list_for_each_entry(c, &h->chains, list) { in iptcc_compile_table_prep() 1255 list_for_each_entry(c, &h->chains, list) { in iptcc_compile_table() 2000 list_for_each_entry(i, &c->rules, list) { in delete_entry() [all …]
|
D | linux_list.h | 380 #define list_for_each_entry(pos, head, member) \ macro
|
/external/f2fs-tools/include/ |
D | list.h | 80 #define list_for_each_entry(pos, head, member) \ macro
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 236 list_for_each_entry(handle, &ctx->open_devs, list) { in darwin_devices_detached() 1403 list_for_each_entry(handle, &ctx->open_devs, list) { in op_handle_events()
|
D | linux_usbfs.c | 2117 list_for_each_entry(handle, &ctx->open_devs, list) { in op_handle_events()
|