Searched refs:M_NFSD (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_srvcache.c166 nfsrv_reqcache_hashtbl = hashinit(nfsrv_reqcache_size, M_NFSD, &nfsrv_reqcache_hash);
296 MALLOC(rp, struct nfsrvcache *, sizeof *rp, M_NFSD, M_WAITOK);
440 _FREE(rp, M_NFSD);
H A Dnfs_syscalls.c975 MALLOC(nfsd, struct nfsd *, sizeof(struct nfsd), M_NFSD, M_WAITOK);
1318 FREE(nfsd, M_NFSD);
H A Dnfs.h796 MALLOC_DECLARE(M_NFSD); variable
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h145 #define M_NFSD 52 /* NFS server daemon structure */ macro

Completed in 134 milliseconds