Lines Matching refs:booted
201 } booted = BOOT_COLD; variable
404 KASSERT(booted >= BOOT_KVA, ("Bucket enable before init")); in bucket_enable()
471 if (__predict_false(booted < BOOT_KVA)) in bucket_alloc()
2529 if (booted < BOOT_KVA) in keg_ctor()
2966 if (booted >= BOOT_PCPU) { in zone_ctor()
2968 if (booted >= BOOT_RUNNING) in zone_ctor()
3215 booted = BOOT_KVA; in uma_startup2()
3229 booted = BOOT_PCPU; in uma_startup_pcpu()
3246 booted = BOOT_RUNNING; in uma_startup3()
3267 booted = BOOT_SHUTDOWN; in uma_shutdown()
3425 if (booted == BOOT_SHUTDOWN && in uma_zdestroy()