Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dproc.h38 LIST_HEAD(, proc) pg_members; /* Pointer to pgrp members. */
79 LIST_HEAD(, proc) p_children; /* Pointer to list of children. */
214 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl;
218 extern LIST_HEAD(pgrphashhead, pgrp) *pgrphashtbl;
225 LIST_HEAD(proclist, proc);
H A Dfile.h47 LIST_HEAD(filelist, file);
H A Dmount.h62 LIST_HEAD(vnodelst, vnode);
H A Dqueue.h45 #define LIST_HEAD(name, type) \ macro
H A Dvnode.h39 LIST_HEAD(buflists, buf);
/original-bsd/sys/nfs/
H A Dnfs.h383 LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */
384 LIST_HEAD(, nfsuid) ns_uidhashtbl[NFS_UIDHASHSIZ];
385 LIST_HEAD(nfsrvw_delayhash, nfsrv_descript) ns_wdelayhashtbl[NFS_WDELAYHASHSIZ];
433 LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */
H A Dnfsmount.h58 LIST_HEAD(, nfsuid) nm_uidhashtbl[NFS_MUIDHASHSIZ];
H A Dnqnfs.h165 LIST_HEAD(nqfhhashhead, nqlease) *nqfhhashtbl;
H A Dnfsnode.h86 LIST_HEAD(, nfsdmap) nd_cook; /* cookies */
H A Dnfs_node.c30 LIST_HEAD(nfsnodehashhead, nfsnode) *nfsnodehashtbl; in LIST_HEAD() function
H A Dnfs_srvcache.c46 LIST_HEAD(nfsrvhash, nfsrvcache) *nfsrvhashtbl;
H A Dnfs_subs.c512 LIST_HEAD(nfsnodehashhead, nfsnode);
/original-bsd/sys/ufs/ufs/
H A Dufs_ihash.c23 LIST_HEAD(ihashhead, inode) *ihashtbl;
H A Dufs_quota.c638 LIST_HEAD(dqhash, dquot) *dqhashtbl;
/original-bsd/sys/kern/
H A Dkern_subr.c176 LIST_HEAD(generic, generic) *hashtbl;
H A Dvfs_cache.c50 LIST_HEAD(nchashhead, namecache) *nchashtbl; /* Hash Table */
H A Dkern_proc.c35 LIST_HEAD(uihashhead, uidinfo) *uihashtbl;
H A Dvfs_bio.c33 LIST_HEAD(bufhashhdr, buf) *bufhashtbl, invalhash;
/original-bsd/sys/miscfs/nullfs/
H A Dnull_subr.c39 LIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl; in LIST_HEAD() function
/original-bsd/sys/kern/PROTO/44Lite/
H A Dvfs_bio.c30 LIST_HEAD(bufhashhdr, buf) *bufhashtbl, invalhash;
/original-bsd/sys/miscfs/umapfs/
H A Dumap_subr.c39 LIST_HEAD(umap_node_hashhead, umap_node) *umap_node_hashtbl;
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vnops.c53 LIST_HEAD(fdhashhead, fdescnode) *fdhashtbl;
/original-bsd/sys/miscfs/union/
H A Dunion_subr.c40 static LIST_HEAD(unhead, union_node) unhead[NHASH]; in LIST_HEAD() function