Searched refs:STAILQ_HEAD (Results 1 – 17 of 17) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/nexus/ |
| H A D | nexus_var.h | 219 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 D | nexus_kern.c | 35 static STAILQ_HEAD(, nxdom) nexus_domains = 74 static STAILQ_HEAD(, kern_nexus_domain_provider) nxprov_detaching_head =
|
| H A D | nexus.c | 47 static STAILQ_HEAD(, nxctl) nxctl_head = 49 static STAILQ_HEAD(, kern_nexus_provider) nxprov_head =
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | flowadv.h | 70 STAILQ_HEAD(flowadv_fclist, flowadv_fcentry);
|
| H A D | flowadv.c | 106 static STAILQ_HEAD(fadv_head, flowadv_fcentry) fadv_list =
|
| /xnu-12377.81.4/osfmk/kdp/ |
| H A D | kdp_out_stage.h | 40 STAILQ_HEAD(, kdp_output_stage) kcos_out_stage;
|
| /xnu-12377.81.4/tests/unit/ |
| H A D | panic_path_test.c | 73 STAILQ_HEAD(, kdp_output_stage) stages;
|
| /xnu-12377.81.4/libkern/kxld/ |
| H A D | kxld_array.h | 76 STAILQ_HEAD(kxld_array_head, kxld_array_pool);
|
| /xnu-12377.81.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.h | 51 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 D | mock_dynamic.h | 263 static STAILQ_HEAD(, _node_ ## type_name) _T_MOCK_CALL_LST(type_name) = \
|
| /xnu-12377.81.4/bsd/pthread/ |
| H A D | workqueue_internal.h | 216 STAILQ_HEAD(workq_threadreq_tailq, workq_threadreq_s);
|
| /xnu-12377.81.4/osfmk/kdp/output_stages/ |
| H A D | out_shmem.c | 133 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 D | pktsched_fq_codel.h | 130 typedef STAILQ_HEAD(, flowq) flowq_stailq_t;
|
| H A D | pktsched_fq_codel.c | 119 typedef STAILQ_HEAD(, flowq) flowq_dqlist_t;
|
| /xnu-12377.81.4/libkern/os/ |
| H A D | log_queue.c | 84 typedef STAILQ_HEAD(, log_queue_entry) log_queue_list_s, *log_queue_list_t;
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | queue.h | 331 #define STAILQ_HEAD(name, type) \ macro
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | zalloc.c | 10865 STAILQ_HEAD(zone_gc_stress_head, zone_gc_stress_obj);
|