Home
last modified time | relevance | path

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

/mirbsd/src/sys/nfs/
Dnfs_srvcache.c64 long numnfsrvcache, desirednfsrvcache = NFSRVCACHESIZ; variable
139 nfsrvhashtbl = hashinit(desirednfsrvcache, M_NFSD, M_WAITOK, &nfsrvhash); in nfsrv_initcache()
219 if (numnfsrvcache < desirednfsrvcache) {