Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/
H A Dsched.rs7 static mut BSP_INIT_OK: bool = false; constant
29 while !unsafe { BSP_INIT_OK } { in initial_setup_sched_local()
37 BSP_INIT_OK = true; in initial_setup_sched_local()