Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dmalloc.h71 #define M_NQLEASE 47 /* Nqnfs lease */ macro
/original-bsd/sys/nfs/
H A Dnfs_nqlease.c266 MALLOC(lp, struct nqlease *, sizeof (struct nqlease), M_NQLEASE, M_WAITOK);
646 FREE((caddr_t)lp, M_NQLEASE); in nqnfs_serverd()
H A Dnfs_subs.c1094 nqfhhashtbl = hashinit(NQLCHSZ, M_NQLEASE, &nqfhhash);