Home
last modified time | relevance | path

Searched refs:LIST_HEAD (Results 1 – 25 of 76) sorted by relevance

1234

/xnu-12377.1.9/bsd/nfs/
H A Dnfs.h680 LIST_HEAD(nfs_user_stat_hashtbl_head, nfs_user_stat_node);
717 LIST_HEAD(, nfs_export) nxfs_exports; /* list of exports for this file system */
720 extern LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports;
727 extern LIST_HEAD(nfsrv_export_hashhead, nfs_export) * nfsrv_export_hashtbl;
743 extern LIST_HEAD(nfsrv_fmod_hashhead, nfsrv_fmod) * nfsrv_fmod_hashtbl;
1150 LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */
1151 LIST_HEAD(nfsrv_wg_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ];
1212 LIST_HEAD(, nfsrv_descript) nd_coalesce; /* coalesced writes */
H A Dnfs_gss.h101 LIST_HEAD(nfs_gss_svc_ctx_hashhead, nfs_gss_svc_ctx);
/xnu-12377.1.9/bsd/sys/
H A Dunpcb.h115 #define _UCPCB_LIST_HEAD(name, type) LIST_HEAD(name, type)
124 LIST_HEAD(unp_head, unpcb);
H A Dvsock_domain.h63 LIST_HEAD(, vsockpcb) bound;
H A Dkern_event_private.h68 LIST_HEAD(kern_event_head, kern_event_pcb);
H A Deventvar.h111 LIST_HEAD(knote_locks, knote_lock_ctx);
437 LIST_HEAD(kqwllist, kqworkloop);
H A Dvnode_internal.h95 LIST_HEAD(buflists, buf);
164 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */
230 LIST_HEAD(fl_head, file_lease) v_leases; /* list of leases in place */
H A Dproc_internal.h199 LIST_HEAD(, proc) pg_members; /* group members (PGL) */
298 LIST_HEAD(, proc) p_children; /* Pointer to list of children (LL)*/
786 extern LIST_HEAD(sesshashhead, session) * sesshashtbl;
799 LIST_HEAD(proclist, proc);
H A Dpersona.h292 LIST_HEAD(, proc) pna_members;
H A Dsystm.h204 LIST_HEAD(generic_hash_head, generic);
/xnu-12377.1.9/bsd/net/
H A Draw_cb.h89 extern LIST_HEAD(rawcb_list_head, rawcb) rawcb_list;
H A Dbridgestp.h406 LIST_HEAD(, bstp_port) bs_bplist;
/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched_ops.h71 typedef LIST_HEAD(, pktsched_ops) pktsched_ops_list_t;
/xnu-12377.1.9/bsd/man/man3/
H A DMakefile35 queue.3 LIST_HEAD.3 \
/xnu-12377.1.9/bsd/kern/
H A Dsocket_flows.h82 LIST_HEAD(soflow_hash_head, soflow_hash_entry);
H A Dproc_uuid_policy.c65 static LIST_HEAD(proc_uuid_policy_hashhead, proc_uuid_policy_entry) * proc_uuid_policy_hashtbl;
/xnu-12377.1.9/bsd/netkey/
H A Dkeydb.h66 LIST_HEAD(_satree, secasvar) savtree[SADB_SASTATE_MAX + 1];
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.h228 LIST_HEAD(timerlisthead, tcptimerentry);
/xnu-12377.1.9/osfmk/kern/
H A Dworkload_config.c68 LIST_HEAD(, workload_phase_entry) wce_phases;
76 LIST_HEAD(workload_config_hashhead, workload_config_entry) * wlcc_hashtbl;
H A Dhv_io_notifier.c56 LIST_HEAD(io_notifier_list, hv_ion_entry);
/xnu-12377.1.9/san/memory/
H A Dkasan.h138 LIST_HEAD(fakestack_header_list, fakestack_header) fakestack_head;
H A Dkasan-fakestack.c135 LIST_HEAD(, fakestack_header) tofree = LIST_HEAD_INITIALIZER(tofree); in kasan_fakestack_gc()
/xnu-12377.1.9/bsd/miscfs/bindfs/
H A Dbind_subr.c84 static LIST_HEAD(bind_node_hashhead, bind_node) * bind_node_hashtbl;
/xnu-12377.1.9/bsd/miscfs/nullfs/
H A Dnull_subr.c84 static LIST_HEAD(null_node_hashhead, null_node) * null_node_hashtbl;
/xnu-12377.1.9/bsd/dev/dtrace/
H A Ddtrace_subr.c115 LIST_HEAD(listhead, dtrace_proc_awaited_entry) dtrace_proc_awaited_head

1234