Searched refs:acachesize (Results 1 – 1 of 1) sorted by relevance
160 static int acachesize; variable3540 acachesize = 1 << highbit(nacache / hashlen); in nfs_subrinit()3542 acachesize = rtablesize; in nfs_subrinit()3543 acachemask = acachesize - 1; in nfs_subrinit()3544 acache = kmem_alloc(acachesize * sizeof (*acache), KM_SLEEP); in nfs_subrinit()3545 for (i = 0; i < acachesize; i++) { in nfs_subrinit()3609 for (i = 0; i < acachesize; i++) in nfs_subrfini()3611 kmem_free(acache, acachesize * sizeof (*acache)); in nfs_subrfini()