Home
last modified time | relevance | path

Searched refs:STAILQ_HEAD (Results 1 – 17 of 17) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_var.h219 STAILQ_HEAD(, kern_channel) nx_ch_head;
221 STAILQ_HEAD(, kern_channel) nx_ch_nonxref_head;
223 STAILQ_HEAD(, kern_channel) nx_ch_if_adv_head;
259 STAILQ_HEAD(, kern_nexus) nxprov_nx_head;
361 STAILQ_HEAD(, kern_nexus_domain_provider) nxdom_prov_head;
H A Dnexus_kern.c35 static STAILQ_HEAD(, nxdom) nexus_domains =
74 static STAILQ_HEAD(, kern_nexus_domain_provider) nxprov_detaching_head =
H A Dnexus.c47 static STAILQ_HEAD(, nxctl) nxctl_head =
49 static STAILQ_HEAD(, kern_nexus_provider) nxprov_head =
/xnu-12377.81.4/bsd/net/
H A Dflowadv.h70 STAILQ_HEAD(flowadv_fclist, flowadv_fcentry);
H A Dflowadv.c106 static STAILQ_HEAD(fadv_head, flowadv_fcentry) fadv_list =
/xnu-12377.81.4/osfmk/kdp/
H A Dkdp_out_stage.h40 STAILQ_HEAD(, kdp_output_stage) kcos_out_stage;
/xnu-12377.81.4/tests/unit/
H A Dpanic_path_test.c73 STAILQ_HEAD(, kdp_output_stage) stages;
/xnu-12377.81.4/libkern/kxld/
H A Dkxld_array.h76 STAILQ_HEAD(kxld_array_head, kxld_array_pool);
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.h51 STAILQ_HEAD(netif_filter_head, netif_filter);
182 STAILQ_HEAD(netif_llink_head, netif_llink);
325 STAILQ_HEAD(, netif_llink) nif_llink_list;
/xnu-12377.81.4/tests/unit/mocks/
H A Dmock_dynamic.h263 static STAILQ_HEAD(, _node_ ## type_name) _T_MOCK_CALL_LST(type_name) = \
/xnu-12377.81.4/bsd/pthread/
H A Dworkqueue_internal.h216 STAILQ_HEAD(workq_threadreq_tailq, workq_threadreq_s);
/xnu-12377.81.4/osfmk/kdp/output_stages/
H A Dout_shmem.c133 static STAILQ_HEAD(, kdp_hw_shmem_dbg_buf_elm) free_hw_shmem_dbg_bufs =
135 static STAILQ_HEAD(, kdp_hw_shmem_dbg_buf_elm) hw_shmem_dbg_bufs_to_flush =
/xnu-12377.81.4/bsd/net/pktsched/
H A Dpktsched_fq_codel.h130 typedef STAILQ_HEAD(, flowq) flowq_stailq_t;
H A Dpktsched_fq_codel.c119 typedef STAILQ_HEAD(, flowq) flowq_dqlist_t;
/xnu-12377.81.4/libkern/os/
H A Dlog_queue.c84 typedef STAILQ_HEAD(, log_queue_entry) log_queue_list_s, *log_queue_list_t;
/xnu-12377.81.4/bsd/sys/
H A Dqueue.h331 #define STAILQ_HEAD(name, type) \ macro
/xnu-12377.81.4/osfmk/kern/
H A Dzalloc.c10865 STAILQ_HEAD(zone_gc_stress_head, zone_gc_stress_obj);