Searched refs:nacache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c39 static long nacache; /* used strictly to size the number of hash queues */ variable
221 * nacache is set to a non-zero value and then it is used to
224 if (nacache > 0)
225 acache4size = 1 << highbit(nacache / acache4_hashlen);
H A Dnfs_subr.c158 static long nacache; /* used strictly to size the number of hash queues */ variable
3479 * nacache is set to a non-zero value and then it is used to
3482 if (nacache > 0)
3483 acachesize = 1 << highbit(nacache / hashlen);

Completed in 80 milliseconds