Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c161 static int acachesize; variable
3541 acachesize = 1 << highbit(nacache / hashlen); in nfs_subrinit()
3543 acachesize = rtablesize; in nfs_subrinit()
3544 acachemask = acachesize - 1; in nfs_subrinit()
3545 acache = kmem_alloc(acachesize * sizeof (*acache), KM_SLEEP); in nfs_subrinit()
3546 for (i = 0; i < acachesize; i++) { in nfs_subrinit()
3610 for (i = 0; i < acachesize; i++) in nfs_subrfini()
3612 kmem_free(acache, acachesize * sizeof (*acache)); in nfs_subrfini()