Searched refs:STAILQ_HEAD (Results 1 – 18 of 18) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/ |
| H A D | nexus_var.h | 214 STAILQ_HEAD(, kern_channel) nx_ch_head; 216 STAILQ_HEAD(, kern_channel) nx_ch_nonxref_head; 218 STAILQ_HEAD(, kern_channel) nx_ch_if_adv_head; 251 STAILQ_HEAD(, kern_nexus) nxprov_nx_head; 353 STAILQ_HEAD(, kern_nexus_domain_provider) nxdom_prov_head;
|
| H A D | nexus_kern.c | 36 static STAILQ_HEAD(, nxdom) nexus_domains = 78 static STAILQ_HEAD(, kern_nexus_domain_provider) nxprov_detaching_head =
|
| H A D | nexus.c | 45 static STAILQ_HEAD(, nxctl) nxctl_head = 47 static STAILQ_HEAD(, kern_nexus_provider) nxprov_head =
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | flowadv.h | 60 STAILQ_HEAD(flowadv_fclist, flowadv_fcentry);
|
| H A D | flowadv.c | 106 static STAILQ_HEAD(fadv_head, flowadv_fcentry) fadv_list =
|
| /xnu-8792.41.9/osfmk/kdp/ |
| H A D | kdp_out_stage.h | 39 STAILQ_HEAD(, kdp_output_stage) kcos_out_stage;
|
| /xnu-8792.41.9/libkern/kxld/ |
| H A D | kxld_array.h | 76 STAILQ_HEAD(kxld_array_head, kxld_array_pool);
|
| /xnu-8792.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.h | 51 STAILQ_HEAD(netif_filter_head, netif_filter); 201 STAILQ_HEAD(netif_llink_head, netif_llink); 338 STAILQ_HEAD(, netif_llink) nif_llink_list;
|
| /xnu-8792.41.9/osfmk/kdp/output_stages/ |
| H A D | out_shmem.c | 111 static STAILQ_HEAD(, kdp_hw_shmem_dbg_buf_elm) free_hw_shmem_dbg_bufs = 113 static STAILQ_HEAD(, kdp_hw_shmem_dbg_buf_elm) hw_shmem_dbg_bufs_to_flush =
|
| /xnu-8792.41.9/bsd/pthread/ |
| H A D | workqueue_internal.h | 191 STAILQ_HEAD(workq_threadreq_tailq, workq_threadreq_s);
|
| /xnu-8792.41.9/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.h | 134 typedef STAILQ_HEAD(, flowq) flowq_stailq_t;
|
| H A D | pktsched_fq_codel.c | 66 typedef STAILQ_HEAD(, flowq) flowq_dqlist_t;
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | smr.c | 620 STAILQ_HEAD(smr_bucket_list, smr_bucket);
|
| H A D | zalloc_internal.h | 142 STAILQ_HEAD(zone_depot, zone_magazine);
|
| /xnu-8792.41.9/libkern/os/ |
| H A D | log_queue.c | 80 typedef STAILQ_HEAD(, log_queue_entry) log_queue_list_s, *log_queue_list_t;
|
| /xnu-8792.41.9/san/memory/ |
| H A D | kasan-classic.c | 714 STAILQ_HEAD(freelist_head, freelist_entry) freelist;
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | queue.h | 330 #define STAILQ_HEAD(name, type) \ macro
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | uipc_socket.c | 152 STAILQ_HEAD(, socket) so_cache_head;
|