Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h116 #define M_NFSBIO 58 /* NFS client I/O buffers */ macro
/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h900 MALLOC_DECLARE(M_NFSBIO);
H A Dnfs_bio.c227 nfsbufhashtbl = hashinit(nfsbufmax / 4, M_NFSBIO, &nfsbufhash); in nfs_nbinit()