Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c134 int rtable4size; variable
1241 for (index = 0; index < rtable4size; index++) { in nfs4_rnode_invalidate()
1343 for (index = 0; index < rtable4size; index++) { in r4flush()
1565 for (index = 0; index < rtable4size; index++) { in nfs4_active_reclaim()
1692 for (index = 0; index < rtable4size; index++) { in r4mkopenlist()
1806 for (index = 0; index < rtable4size; index++) { in r4find_by_fsid()
1878 rtable4size = 1 << highbit(nrnode / rnode4_hashlen); in nfs4_rnode_init()
1879 rtable4mask = rtable4size - 1; in nfs4_rnode_init()
1884 rtable4 = kmem_alloc(rtable4size * sizeof (*rtable4), KM_SLEEP); in nfs4_rnode_init()
1885 for (i = 0; i < rtable4size; i++) { in nfs4_rnode_init()
[all …]
H A Dnfs4_acache.c216 extern int rtable4size; in nfs4_acache_init()
227 acache4size = rtable4size; in nfs4_acache_init()