Home
last modified time | relevance | path

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

123

/xnu-10063.141.1/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;
1004 LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */
1005 LIST_HEAD(nfsrv_wg_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ];
1066 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-10063.141.1/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 Deventvar.h111 LIST_HEAD(knote_locks, knote_lock_ctx);
437 LIST_HEAD(kqwllist, kqworkloop);
H A Dkern_event.h338 LIST_HEAD(kern_event_head, kern_event_pcb);
H A Dvnode_internal.h95 LIST_HEAD(buflists, buf);
164 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */
229 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) */
299 LIST_HEAD(, proc) p_children; /* Pointer to list of children (LL)*/
771 extern LIST_HEAD(sesshashhead, session) * sesshashtbl;
784 LIST_HEAD(proclist, proc);
H A Dpersona.h292 LIST_HEAD(, proc) pna_members;
H A Ddtrace_glue.h120 LIST_HEAD(cyc_list_head, wrap_timer_call) cpu_cyc_list;
/xnu-10063.141.1/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-10063.141.1/bsd/man/man3/ !
H A DMakefile35 queue.3 LIST_HEAD.3 \
/xnu-10063.141.1/bsd/netkey/ !
H A Dkeydb.h66 LIST_HEAD(_satree, secasvar) savtree[SADB_SASTATE_MAX + 1];
/xnu-10063.141.1/bsd/netinet/ !
H A Dtcp_timer.h244 LIST_HEAD(timerlisthead, tcptimerentry);
H A Din_pcb.h110 LIST_HEAD(inpcbhead, inpcb);
111 LIST_HEAD(inpcbporthead, inpcbport);
H A Din_var.h394 extern LIST_HEAD(in_multihead, in_multi) in_multihead;
/xnu-10063.141.1/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.c55 LIST_HEAD(io_notifier_list, hv_ion_entry);
/xnu-10063.141.1/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-10063.141.1/bsd/miscfs/bindfs/ !
H A Dbind_subr.c84 static LIST_HEAD(bind_node_hashhead, bind_node) * bind_node_hashtbl;
/xnu-10063.141.1/bsd/miscfs/nullfs/ !
H A Dnull_subr.c84 static LIST_HEAD(null_node_hashhead, null_node) * null_node_hashtbl;
/xnu-10063.141.1/bsd/kern/ !
H A Dproc_uuid_policy.c65 static LIST_HEAD(proc_uuid_policy_hashhead, proc_uuid_policy_entry) * proc_uuid_policy_hashtbl;
/xnu-10063.141.1/bsd/dev/dtrace/ !
H A Ddtrace_subr.c118 LIST_HEAD(listhead, dtrace_proc_awaited_entry) dtrace_proc_awaited_head

123