Home
last modified time | relevance | path

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

123

/xnu-8792.41.9/bsd/nfs/
H A Dnfs.h675 LIST_HEAD(nfs_user_stat_hashtbl_head, nfs_user_stat_node);
712 LIST_HEAD(, nfs_export) nxfs_exports; /* list of exports for this file system */
715 extern LIST_HEAD(nfsrv_expfs_list, nfs_exportfs) nfsrv_exports;
722 extern LIST_HEAD(nfsrv_export_hashhead, nfs_export) * nfsrv_export_hashtbl;
738 extern LIST_HEAD(nfsrv_fmod_hashhead, nfsrv_fmod) * nfsrv_fmod_hashtbl;
996 LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */
997 LIST_HEAD(nfsrv_wg_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ];
1058 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-8792.41.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 Deventvar.h111 LIST_HEAD(knote_locks, knote_lock_ctx);
420 LIST_HEAD(kqwllist, kqworkloop);
H A Dkern_event.h338 LIST_HEAD(kern_event_head, kern_event_pcb);
H A Dvnode_internal.h94 LIST_HEAD(buflists, buf);
163 LIST_HEAD(, namecache) v_nclinks; /* name cache entries that name this vnode */
228 LIST_HEAD(fl_head, file_lease) v_leases; /* list of leases in place */
H A Dproc_internal.h197 LIST_HEAD(, proc) pg_members; /* group members (PGL) */
299 LIST_HEAD(, proc) p_children; /* Pointer to list of children (LL)*/
756 extern LIST_HEAD(sesshashhead, session) * sesshashtbl;
769 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-8792.41.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;
H A Dif_llatbl.h71 LIST_HEAD(llentries, llentry);
/xnu-8792.41.9/bsd/man/man3/
H A DMakefile35 queue.3 LIST_HEAD.3 \
/xnu-8792.41.9/bsd/netkey/
H A Dkeydb.h66 LIST_HEAD(_satree, secasvar) savtree[SADB_SASTATE_MAX + 1];
/xnu-8792.41.9/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);
/xnu-8792.41.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.c55 LIST_HEAD(io_notifier_list, hv_ion_entry);
/xnu-8792.41.9/san/memory/
H A Dkasan.h138 LIST_HEAD(fakestack_header_list, fakestack_header) fakestack_head;
H A Dkasan-fakestack.c129 LIST_HEAD(, fakestack_header) tofree = LIST_HEAD_INITIALIZER(tofree); in kasan_fakestack_gc()
/xnu-8792.41.9/bsd/miscfs/bindfs/
H A Dbind_subr.c84 static LIST_HEAD(bind_node_hashhead, bind_node) * bind_node_hashtbl;
/xnu-8792.41.9/bsd/miscfs/nullfs/
H A Dnull_subr.c84 static LIST_HEAD(null_node_hashhead, null_node) * null_node_hashtbl;
/xnu-8792.41.9/bsd/kern/
H A Dproc_uuid_policy.c65 static LIST_HEAD(proc_uuid_policy_hashhead, proc_uuid_policy_entry) * proc_uuid_policy_hashtbl;
/xnu-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_subr.c118 LIST_HEAD(listhead, dtrace_proc_awaited_entry) dtrace_proc_awaited_head

123