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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c135 static int rtablesize; variable
2931 for (index = 0; index < rtablesize; index++) {
2968 for (index = 0; index < rtablesize; index++) {
3072 for (index = 0; index < rtablesize; index++) {
3462 rtablesize = 1 << highbit(nrnode / hashlen);
3463 rtablemask = rtablesize - 1;
3464 rtable = kmem_alloc(rtablesize * sizeof (*rtable), KM_SLEEP);
3465 for (i = 0; i < rtablesize; i++) {
3485 acachesize = rtablesize;
3543 for (i = 0; i < rtablesize;
[all...]

Completed in 65 milliseconds