Home
last modified time | relevance | path

Searched refs:list_for_each_entry (Results 1 – 25 of 57) sorted by relevance

123

/external/syslinux/gpxe/src/net/
Dnetdevice.c190 list_for_each_entry ( iobuf, &netdev->tx_queue, list ) { in netdev_tx_complete_next_err()
282 list_for_each_entry ( iobuf, &netdev->rx_queue, list ) { in netdev_rx_dequeue()
475 list_for_each_entry ( netdev, &net_devices, list ) { in find_netdev()
494 list_for_each_entry ( netdev, &net_devices, list ) { in find_netdev_by_location()
511 list_for_each_entry ( netdev, &open_net_devices, open_list ) { in last_opened_netdev()
598 list_for_each_entry ( netdev, &net_devices, list ) { in net_step()
Dinfiniband.c145 list_for_each_entry ( wq, &cq->work_queues, list ) { in ib_poll_cq()
326 list_for_each_entry ( qp, &ibdev->qps, list ) { in ib_find_qp_qpn()
345 list_for_each_entry ( qp, &ibdev->qps, list ) { in ib_find_qp_mgid()
346 list_for_each_entry ( mgid, &qp->mgids, list ) { in ib_find_qp_mgid()
368 list_for_each_entry ( wq, &cq->work_queues, list ) { in ib_find_wq()
698 list_for_each_entry ( mgid, &qp->mgids, list ) { in ib_mcast_detach()
821 list_for_each_entry ( cq, &ibdev->cqs, list ) in ib_poll_eq()
945 list_for_each_entry ( ibdev, &open_ib_devices, open_list ) { in last_opened_ibdev()
Dipv6.c125 list_for_each_entry ( miniroute, &miniroutes, list ) { in del_ipv6_address()
203 list_for_each_entry ( miniroute, &miniroutes, list ) { in ipv6_tx()
Dipv4.c120 list_for_each_entry ( miniroute, &ipv4_miniroutes, list ) { in ipv4_route()
172 list_for_each_entry ( fragbuf, &frag_buffers, list ) { in ipv4_reassemble()
491 list_for_each_entry ( miniroute, &ipv4_miniroutes, list ) { in ipv4_arp_check()
Dudp.c76 list_for_each_entry ( existing, &udp_conns, list ) { in udp_bind()
246 list_for_each_entry ( udp, &udp_conns, list ) { in udp_demux()
/external/syslinux/gpxe/src/core/
Dmalloc.c117 list_for_each_entry ( block, &free_blocks, list ) { in alloc_memblock()
193 list_for_each_entry ( block, &free_blocks, list ) { in free_memblock()
381 list_for_each_entry ( block, &free_blocks, list ) {
Dposix_io.c158 list_for_each_entry ( file, &posix_files, list ) { in posix_fd_to_file()
292 list_for_each_entry ( iobuf, &file->data, list ) { in read_user()
Dprocess.c82 list_for_each_entry ( process, &run_queue, list ) { in step()
Dsettings.c97 list_for_each_entry ( generic, &generics->list, list ) { in find_generic_setting()
249 list_for_each_entry ( settings, &parent->children, siblings ) { in find_child_settings()
409 list_for_each_entry ( tmp, &parent->children, siblings ) { in reprioritise_settings()
561 list_for_each_entry ( child, &settings->children, siblings ) { in fetch_setting()
/external/libnfnetlink/src/
Diftable.c72 list_for_each_entry(this, &h->ifindex_hash[hash], head) { in iftable_add()
165 list_for_each_entry(this, &h->ifindex_hash[hash], head) { in nlif_index2name()
199 list_for_each_entry(this, &h->ifindex_hash[hash], head) { in nlif_get_ifflags()
/external/libusb/libusb/
Dio.c1332 list_for_each_entry(transfer, &ctx->flying_transfers, list, struct usbi_transfer) { in arm_timerfd_for_next_timeout()
1393 list_for_each_entry(cur, &ctx->flying_transfers, list, struct usbi_transfer) { in add_to_flying_list()
2015 list_for_each_entry(transfer, &ctx->flying_transfers, list, struct usbi_transfer) { in handle_timeouts_locked()
2124 list_for_each_entry(ipollfd, &ctx->ipollfds, list, struct usbi_pollfd) { in handle_events()
2568 list_for_each_entry(transfer, &ctx->flying_transfers, list, struct usbi_transfer) { in libusb_get_next_timeout()
2682 list_for_each_entry(ipollfd, &ctx->ipollfds, list, struct usbi_pollfd) in usbi_remove_pollfd()
2734 list_for_each_entry(ipollfd, &ctx->ipollfds, list, struct usbi_pollfd) in libusb_get_pollfds()
2795 list_for_each_entry(cur, &HANDLE_CTX(dev_handle)->flying_transfers, list, struct usbi_transfer) in usbi_handle_disconnect()
/external/syslinux/com32/lib/sys/module/
Dcommon.c70 list_for_each_entry(entry, &PATH, list) { in findpath()
265 list_for_each_entry(crt_dep, &req->dependants, list) { in enforce_dependency()
285 list_for_each_entry(crt_dep, &req->dependants, list) { in clear_dependency()
299 list_for_each_entry(crt_dep, &dep->required, list) { in clear_dependency()
/external/libusb/libusb/os/
Dthreads_windows.c147 list_for_each_entry(pos, &cond->waiters, list, struct usbi_cond_perthread) { in usbi_cond_broadcast()
164 list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) { in usbi_cond_intwait()
Dhaiku_pollfs.cpp100 list_for_each_entry(ctx, &active_contexts_list, list, struct libusb_context) { in WatchedEntry()
170 list_for_each_entry(ctx, &active_contexts_list, list, struct libusb_context) { in ~WatchedEntry()
/external/syslinux/gpxe/src/usr/
Droute.c35 list_for_each_entry ( miniroute, &ipv4_miniroutes, list ) { in route()
/external/iptables/libiptc/
Dlibiptc.c559 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 …]
/external/syslinux/com32/lib/syslinux/
Dmemscan.c68 list_for_each_entry(entry, &syslinux_memscan_head, next) { in syslinux_scan_memory()
Ddebug.c18 list_for_each_entry(e, &debug_funcs, list) { in lookup_entry()
/external/ltp/testcases/realtime/lib/
Dlibrttest.c369 list_for_each_entry(p, &_threads, _threads) { in join_thread()
386 list_for_each_entry(p, &_threads, _threads) { in all_threads_quit()
405 list_for_each_entry(p, &_threads, _threads) { in get_thread()
/external/syslinux/gpxe/src/include/gpxe/
Dimage.h138 list_for_each_entry ( (image), &images, list )
/external/ltp/utils/ffsb-6.0-rc2/
Dlist.h38 #define list_for_each_entry(pos, head, member) \ macro
/external/syslinux/com32/include/sys/
Dmodule.h175 #define for_each_module(m) list_for_each_entry(m, &modules_head, list)
/external/syslinux/com32/elflink/
Dtest_com32.c136 list_for_each_entry(crt_dep, &module->required, list) { in process_list()
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dint13.c73 list_for_each_entry ( drive, &drives, list ) { in int13_set_num_drives()
388 list_for_each_entry ( drive, &drives, list ) { in int13()
/external/f2fs-tools/include/
Dlist.h80 #define list_for_each_entry(pos, head, member) \ macro

123