Home
last modified time | relevance | path

Searched refs:M_NFSD (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_srvcache.c169 nfsrv_reqcache_hashtbl = hashinit(nfsrv_reqcache_size, M_NFSD, &nfsrv_reqcache_hash); in nfsrv_initcache()
303 MALLOC(rp, struct nfsrvcache *, sizeof *rp, M_NFSD, M_WAITOK); in nfsrv_getcache()
453 _FREE(rp, M_NFSD); in nfsrv_cleancache()
H A Dnfs.h903 MALLOC_DECLARE(M_NFSD);
/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h113 #define M_NFSD 52 /* NFS server daemon structure */ macro