Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs66 static INIT_STATE: Once = Once::new(); in new() constant
67 assert!(!INIT_STATE.is_completed()); in new()
70 INIT_STATE.call_once(|| { in new()