Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/krtld/
H A Dbootrd.c47 static uintptr_t scratch_max = 0; variable
194 scratch_max); in kobj_boot_unmountroot()
218 if (scratch_max < (uintptr_t)addr + size) in bkmem_alloc()
219 scratch_max = (uintptr_t)addr + size; in bkmem_alloc()
230 if ((uintptr_t)p >= scratch_max) in bkmem_free()