Searched refs:scratch_max (Results 1 – 1 of 1) sorted by relevance
47 static uintptr_t scratch_max = 0; variable194 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()