Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dhandle.rs403 static ONCE: Once = Once::new(); in handle() variable
405 ONCE.call_once(|| { in handle()
H A Dirqchip.rs577 static ONCE: Once = Once::new(); in handle() constant
578 ONCE.call_once(|| { in handle()