Searched refs:chkfngrpsallocsz (Results 1 – 1 of 1) sorted by relevance
121 size_t chkfngrpsallocsz; in mach_fpras() local131 chkfngrpsallocsz = NCPU * sizeof (struct fpras_chkfngrp); in mach_fpras()132 fpras_chkfngrps_base = kmem_alloc(chkfngrpsallocsz, KM_SLEEP); in mach_fpras()136 kmem_free(fpras_chkfngrps_base, chkfngrpsallocsz); in mach_fpras()137 chkfngrpsallocsz += 64; in mach_fpras()138 fpras_chkfngrps_base = kmem_alloc(chkfngrpsallocsz, in mach_fpras()