Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c39 static int acache4size; variable
223 acache4size = 1 << highbit(nacache / acache4_hashlen); in nfs4_acache_init()
225 acache4size = rtable4size; in nfs4_acache_init()
226 acache4mask = acache4size - 1; in nfs4_acache_init()
227 acache4 = kmem_alloc(acache4size * sizeof (*acache4), KM_SLEEP); in nfs4_acache_init()
228 for (i = 0; i < acache4size; i++) { in nfs4_acache_init()
249 for (i = 0; i < acache4size; i++) in nfs4_acache_fini()
251 kmem_free(acache4, acache4size * sizeof (*acache4)); in nfs4_acache_fini()