Home
last modified time | relevance | path

Searched refs:STAILQ_FOREACH (Results 1 – 25 of 58) sorted by relevance

123

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_ops.c39 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_node_has_loop_edge()
52 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_src_nodes_count()
70 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_node_has_edge_to_src_node()
92 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_nodes_count()
103 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_mark_nodes_as_not_visited()
150 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_has_isolated_node()
161 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_has_isolated_node()
H A Dgraph.c50 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_node_add()
80 STAILQ_FOREACH(graph_node, &graph->node_list, next) in node_to_graph_node()
148 STAILQ_FOREACH(node, node_head, next) { in expand_pattern_to_node()
204 STAILQ_FOREACH(graph_node, &graph->node_list, next) in graph_node_fini()
278 STAILQ_FOREACH(graph, &graph_list, next) in rte_graph_create()
395 STAILQ_FOREACH(graph, &graph_list, next) in rte_graph_from_name()
408 STAILQ_FOREACH(graph, &graph_list, next) in rte_graph_id_to_name()
425 STAILQ_FOREACH(graph, &graph_list, next) in rte_graph_node_get()
446 STAILQ_FOREACH(graph, &graph_list, next) in rte_graph_node_get_by_name()
533 STAILQ_FOREACH(graph, &graph_list, next) { in rte_graph_export()
[all …]
H A Dnode.c34 STAILQ_FOREACH(node, &node_list, next) in node_from_name()
47 STAILQ_FOREACH(node, &node_list, next) { in node_has_duplicate_entry()
196 STAILQ_FOREACH(node, &node_list, next) in rte_node_clone()
209 STAILQ_FOREACH(node, &node_list, next) in rte_node_from_name()
222 STAILQ_FOREACH(node, &node_list, next) in rte_node_id_to_name()
236 STAILQ_FOREACH(node, &node_list, next) in rte_node_edge_count()
309 STAILQ_FOREACH(node, &node_list, next) { in rte_node_edge_shrink()
337 STAILQ_FOREACH(n, &node_list, next) { in rte_node_edge_update()
370 STAILQ_FOREACH(node, &node_list, next) { in rte_node_edge_get()
393 STAILQ_FOREACH(node, &node_list, next) { in node_scan_dump()
H A Dgraph_populate.c37 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in graph_fp_mem_calc_size()
75 STAILQ_FOREACH(graph_node, &_graph->node_list, next) { in graph_nodes_populate()
165 STAILQ_FOREACH(graph_node, &_graph->node_list, next) { in graph_src_nodes_populate()
H A Dgraph_debug.c26 STAILQ_FOREACH(graph_node, &g->node_list, next) in graph_dump()
H A Dgraph_stats.c245 STAILQ_FOREACH(graph, graph_head, next) { in expand_pattern_to_cluster()
299 STAILQ_FOREACH(graph_node, &graph->node_list, next) { in rte_graph_cluster_stats_create()
/f-stack/freebsd/kern/
H A Dkern_cons.c211 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) in cnadd()
242 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { in cnremove()
274 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { in cnselect()
330 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) in sysctl_kern_console()
378 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { in cngrab()
391 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { in cnungrab()
404 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { in cnresume()
437 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { in cncheckc()
513 STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { in cnputc()
H A Dkern_idle.c65 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in idle_setup()
H A Dkern_hhook.c105 STAILQ_FOREACH(hhk, &hhh->hhh_hooks, hhk_next) { in hhook_run_hooks()
154 STAILQ_FOREACH(tmp, &hhh->hhh_hooks, hhk_next) { in hhook_add_hook()
256 STAILQ_FOREACH(tmp, &hhh->hhh_hooks, hhk_next) { in hhook_remove_hook()
H A Dsubr_witness.c955 STAILQ_FOREACH(w, &w_all, w_list) in witness_ddb_compute_levels()
961 STAILQ_FOREACH(w, &w_all, w_list) { in witness_ddb_compute_levels()
1024 STAILQ_FOREACH(w, list, w_typelist) { in witness_ddb_display_list()
1044 STAILQ_FOREACH(w, &w_all, w_list) in witness_ddb_display()
1068 STAILQ_FOREACH(w, &w_all, w_list) { in witness_ddb_display()
2868 STAILQ_FOREACH(w, &w_all, w_list) in sysctl_debug_witness_fullgraph()
2870 STAILQ_FOREACH(w, &w_all, w_list) in sysctl_debug_witness_fullgraph()
/f-stack/dpdk/app/test-eventdev/
H A Devt_test.c27 STAILQ_FOREACH(entry, &head, next) in evt_test_get()
39 STAILQ_FOREACH(entry, &head, next) in evt_test_dump_names()
/f-stack/freebsd/netinet/cc/
H A Dcc.c114 STAILQ_FOREACH(funcs, &cc_list, entries) { in cc_default_algo()
140 STAILQ_FOREACH(algo, &cc_list, entries) { in cc_list_available()
158 STAILQ_FOREACH(algo, &cc_list, entries) { in cc_list_available()
265 STAILQ_FOREACH(funcs, &cc_list, entries) { in cc_register_algo()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace.c84 STAILQ_FOREACH(arg, &trace.args, next) in eal_trace_init()
133 STAILQ_FOREACH(tp, &tp_list, next) in rte_trace_mode_set()
191 STAILQ_FOREACH(tp, &tp_list, next) { in rte_trace_pattern()
216 STAILQ_FOREACH(tp, &tp_list, next) { in rte_trace_regexp()
240 STAILQ_FOREACH(tp, &tp_list, next) in rte_trace_point_lookup()
300 STAILQ_FOREACH(tp, tp_list, next) in rte_trace_dump()
H A Deal_common_trace_utils.c44 STAILQ_FOREACH(tp, tp_list, next) { in trace_entry_compare()
63 STAILQ_FOREACH(tp, tp_list, next) in trace_has_duplicate_entry()
79 STAILQ_FOREACH(tp, tp_list, next) { in trace_uuid_generate()
H A Deal_common_trace_ctf.c286 STAILQ_FOREACH(tp, tp_list, next) in trace_metadata_create()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_filter.c85 STAILQ_FOREACH(filter, &bp->pf->vf_info[i].filter, next) { in bnxt_free_all_filters()
152 STAILQ_FOREACH(filter, &bp->pf->vf_info[i].filter, next) { in bnxt_free_filter_mem()
/f-stack/freebsd/x86/x86/
H A Dio_apic.c1015 STAILQ_FOREACH(io, &ioapic_list, io_next) { in ioapic_pci_attach()
1020 STAILQ_FOREACH(io, &ioapic_list, io_next) { in ioapic_pci_attach()
1073 STAILQ_FOREACH(io, &ioapic_list, io_next) { in ioapic_get_rid()
1136 STAILQ_FOREACH(io, &ioapic_list, io_next) { in apic_attach()
1234 STAILQ_FOREACH(ioapic, &ioapic_list, io_next) { in DB_SHOW_COMMAND()
1247 STAILQ_FOREACH(ioapic, &ioapic_list, io_next) in DB_SHOW_ALL_COMMAND()
/f-stack/tools/compat/include/netinet/
H A Din_var.h277 STAILQ_FOREACH(imf, head, imf_entry)
285 STAILQ_FOREACH(imf, head, imf_entry) in ip_mfilter_count()
/f-stack/freebsd/netinet/
H A Din_var.h277 STAILQ_FOREACH(imf, head, imf_entry)
285 STAILQ_FOREACH(imf, head, imf_entry) in ip_mfilter_count()
/f-stack/freebsd/netgraph/
H A Dng_nat.c592 STAILQ_FOREACH(entry, &priv->redirhead, entries) { in ng_nat_rcvmsg()
631 STAILQ_FOREACH(entry, &priv->redirhead, entries) { in ng_nat_rcvmsg()
667 STAILQ_FOREACH(entry, &priv->redirhead, entries) { in ng_nat_rcvmsg()
/f-stack/dpdk/drivers/bus/vmbus/
H A Dvmbus_common_uio.c97 STAILQ_FOREACH(chan, &dev->primary->subchannel_list, next) { in vmbus_uio_map_secondary()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c94 STAILQ_FOREACH(pc, &cpuhead, pc_allcpu) { in ipi_selected()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c184 STAILQ_FOREACH(hdr, &mp->elt_list, next) { in rte_mempool_obj_iter()
201 STAILQ_FOREACH(hdr, &mp->mem_list, next) { in rte_mempool_mem_iter()
1227 STAILQ_FOREACH(memhdr, &mp->mem_list, next) in rte_mempool_dump()
/f-stack/tools/compat/include/netinet6/
H A Din6_var.h646 STAILQ_FOREACH(imf, head, im6f_entry)
654 STAILQ_FOREACH(imf, head, im6f_entry) in ip6_mfilter_count()
/f-stack/freebsd/netinet6/
H A Din6_var.h646 STAILQ_FOREACH(imf, head, im6f_entry)
654 STAILQ_FOREACH(imf, head, im6f_entry) in ip6_mfilter_count()

123