Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c135 static int rtablesize; variable
3126 for (index = 0; index < rtablesize; index++) { in rflush()
3519 rtablesize = 1 << highbit(nrnode / hashlen); in nfs_subrinit()
3520 rtablemask = rtablesize - 1; in nfs_subrinit()
3521 rtable = kmem_alloc(rtablesize * sizeof (*rtable), KM_SLEEP); in nfs_subrinit()
3522 for (i = 0; i < rtablesize; i++) { in nfs_subrinit()
3542 acachesize = rtablesize; in nfs_subrinit()
3600 for (i = 0; i < rtablesize; i++) in nfs_subrfini()
3602 kmem_free(rtable, rtablesize * sizeof (*rtable)); in nfs_subrfini()
4107 for (index = 0; index < rtablesize; index++) { in nfs_active_reclaim()