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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c160 static int acachesize; variable
3483 acachesize = 1 << highbit(nacache / hashlen);
3485 acachesize = rtablesize;
3486 acachemask = acachesize - 1;
3487 acache = kmem_alloc(acachesize * sizeof (*acache), KM_SLEEP);
3488 for (i = 0; i < acachesize; i++) {
3552 for (i = 0; i < acachesize; i++)
3554 kmem_free(acache, acachesize * sizeof (*acache));

Completed in 52 milliseconds