| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_ethdev.h | 201 LIST_HEAD(mrvl_flows, rte_flow) flows; 205 LIST_HEAD(profiles, mrvl_mtr_profile) profiles; 206 LIST_HEAD(mtrs, mrvl_mtr) mtrs; 209 LIST_HEAD(shaper_profiles, mrvl_tm_shaper_profile) shaper_profiles; 210 LIST_HEAD(nodes, mrvl_tm_node) nodes;
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 93 direction == LIST_HEAD ? AL_START_TAIL : AL_START_HEAD; in listTypeInitIterator() 149 } else if (where == LIST_HEAD) { in listTypeInsert() 227 pushGenericCommand(c,LIST_HEAD); in lpushCommand() 257 pushxGenericCommand(c,LIST_HEAD); in lpushxCommand() 274 where = LIST_HEAD; in linsertCommand() 391 popGenericCommand(c,LIST_HEAD); in lpopCommand() 505 li = listTypeInitIterator(subject,-1,LIST_HEAD); in lremCommand() 559 listTypePush(dstobj,value,LIST_HEAD); in rpoplpushHandlePush() 634 argv[0] = (where == LIST_HEAD) ? shared.lpop : in serveClientBlockedOnList() 637 propagate((where == LIST_HEAD) ? in serveClientBlockedOnList() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | lockf.h | 71 LIST_HEAD(lockf_edge_list, lockf_edge); 87 LIST_HEAD(lockf_entry_list, lockf_entry); 123 LIST_HEAD(lockf_list, lockf);
|
| H A D | _rmlock.h | 41 LIST_HEAD(rmpriolist,rm_priotracker); 51 LIST_HEAD(,rm_priotracker) rm_activeReaders;
|
| H A D | ck.h | 11 #define CK_LIST_HEAD LIST_HEAD
|
| H A D | _callout.h | 47 LIST_HEAD(callout_list, callout);
|
| H A D | proc.h | 110 LIST_HEAD(, proc) pg_members; /* (m + e) Pointer to pgrp members. */ 272 LIST_HEAD(, turnstile) td_contested; /* (q) Contested locks. */ 621 LIST_HEAD(, proc) p_children; /* (e) Pointer to list of children. */ 623 LIST_HEAD(, proc) p_reaplist; /* (e) List of my descendants 704 LIST_HEAD(, mqueue_notifier) p_mqnotifier; /* (c) mqueue notifiers.*/ 717 LIST_HEAD(, proc) p_orphans; /* (e) Pointer to list of orphans. */ 995 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl; 1001 extern LIST_HEAD(pgrphashhead, pgrp) *pgrphashtbl; 1019 LIST_HEAD(proclist, proc);
|
| H A D | lock_profile.h | 36 LIST_HEAD(lpohead, lock_profile_object);
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.h | 86 LIST_HEAD(tap_rss_flows, rte_flow) rss_flows; 87 LIST_HEAD(tap_flows, rte_flow) flows; /* rte_flow rules */ 89 LIST_HEAD(tap_implicit_flows, rte_flow) implicit_flows;
|
| /f-stack/freebsd/kern/ |
| H A D | subr_hash.c | 61 LIST_HEAD(generic, generic) *hashtbl; in hashinit_flags() 95 LIST_HEAD(generic, generic) *hashtbl, *hp; in hashdestroy() 117 LIST_HEAD(generic, generic) *hashtbl; in phashinit_flags()
|
| H A D | vfs_hash.c | 43 static LIST_HEAD(vfs_hash_head, vnode) *vfs_hash_tbl; 44 static LIST_HEAD(,vnode) vfs_hash_side;
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.h | 122 LIST_HEAD(mlx4_dev_list, mlx4_priv); 123 LIST_HEAD(mlx4_mr_list, mlx4_mr); 188 LIST_HEAD(, mlx4_rss) rss; /**< Shared targets for Rx flow rules. */ 189 LIST_HEAD(, rte_flow) flows; /**< Configured flow rule handles. */
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.h | 27 LIST_HEAD(rx_filters_by_hash, ionic_rx_filter) 29 LIST_HEAD(rx_filters_by_id, ionic_rx_filter)
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 46 LIST_HEAD(sctppcbhead, sctp_inpcb); 47 LIST_HEAD(sctpasochead, sctp_tcb); 48 LIST_HEAD(sctpladdr, sctp_laddr); 49 LIST_HEAD(sctpvtaghead, sctp_tagblock); 50 LIST_HEAD(sctp_vrflist, sctp_vrf); 51 LIST_HEAD(sctp_ifnlist, sctp_ifn); 52 LIST_HEAD(sctp_ifalist, sctp_ifa);
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.h | 138 LIST_HEAD(sctpGlobalAddresshead,sctp_GlobalAddress) Gaddr; /**< List of global addresses */ 186 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
|
| H A D | alias_local.h | 99 LIST_HEAD (, alias_link) linkTableOut[LINK_TABLE_OUT_SIZE]; 103 LIST_HEAD (, alias_link) linkTableIn[LINK_TABLE_IN_SIZE]; 182 LIST_HEAD(sctpNatTableL, sctp_nat_assoc) *sctpTableLocal; 186 LIST_HEAD(sctpNatTableG, sctp_nat_assoc) *sctpTableGlobal;
|
| /f-stack/lib/ |
| H A D | ff_kern_subr.c | 60 LIST_HEAD(generic, generic) *hashtbl; in hashinit_flags() 97 LIST_HEAD(generic, generic) *hashtbl, *hp; in hashdestroy() 119 LIST_HEAD(generic, generic) *hashtbl; in phashinit_flags()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_var.h | 95 LIST_HEAD(, ng_l2cap_con) con_list; /* ACL connections */ 100 LIST_HEAD(, ng_l2cap_chan) chan_list; /* L2CAP channels */
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | smmuvar.h | 46 LIST_HEAD(, smmu_domain) domain_list; 54 LIST_HEAD(, smmu_ctx) ctx_list;
|
| /f-stack/tools/compat/include/sys/ |
| H A D | ck.h | 11 #define CK_LIST_HEAD LIST_HEAD
|
| H A D | _callout.h | 45 LIST_HEAD(callout_list, callout);
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 118 LIST_HEAD(mlx5_dev_list, mlx5_dev_ctx_shared); 473 LIST_HEAD(mem_mngs, mlx5_counter_stats_mem_mng) mem_mngs; 474 LIST_HEAD(stat_raws, mlx5_counter_stats_raw) free_stat_raws; 544 LIST_HEAD(aso_age_list, mlx5_aso_age_action); 975 LIST_HEAD(rxq, mlx5_rxq_ctrl) rxqsctrl; /* DPDK Rx queues. */ 976 LIST_HEAD(rxqobj, mlx5_rxq_obj) rxqsobj; /* Verbs/DevX Rx queues. */ 978 LIST_HEAD(txq, mlx5_txq_ctrl) txqsctrl; /* DPDK Tx queues. */ 979 LIST_HEAD(txqobj, mlx5_txq_obj) txqsobj; /* Verbs/DevX Tx queues. */ 981 LIST_HEAD(ind_tables, mlx5_ind_table_obj) ind_tbls; 1007 LIST_HEAD(fdir, mlx5_fdir_flow) fdir_flows; /* fdir flows. */
|
| /f-stack/freebsd/net/ |
| H A D | raw_cb.h | 60 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_var.h | 164 LIST_HEAD(, ng_hci_unit_con) con_list; /* connections */ 165 LIST_HEAD(, ng_hci_neighbor) neighbors; /* unit neighbors */
|
| /f-stack/freebsd/netgraph/atm/ |
| H A D | ngatmbase.c | 211 static LIST_HEAD(, ngatm_msg) ngatm_freeuni = 213 static LIST_HEAD(, ngatm_msg) ngatm_useduni = 328 static LIST_HEAD(, ngatm_msg) ngatm_freeuni =
|