Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c136 static int rtablesize; variable
3127 for (index = 0; index < rtablesize; index++) { in rflush()
3520 rtablesize = 1 << highbit(nrnode / hashlen); in nfs_subrinit()
3521 rtablemask = rtablesize - 1; in nfs_subrinit()
3522 rtable = kmem_alloc(rtablesize * sizeof (*rtable), KM_SLEEP); in nfs_subrinit()
3523 for (i = 0; i < rtablesize; i++) { in nfs_subrinit()
3543 acachesize = rtablesize; in nfs_subrinit()
3601 for (i = 0; i < rtablesize; i++) in nfs_subrfini()
3603 kmem_free(rtable, rtablesize * sizeof (*rtable)); in nfs_subrfini()
4108 for (index = 0; index < rtablesize; index++) { in nfs_active_reclaim()