Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/os/
H A Dmach_startup.c121 size_t chkfngrpsallocsz; in mach_fpras() local
131 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()