Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dprintk.rs101 static ALLOW_ALLOC_ATOMIC: AtomicBool = AtomicBool::new(false); variable
142 return ALLOW_ALLOC_ATOMIC.load(Ordering::SeqCst); in allow_alloc()
148 ALLOW_ALLOC_ATOMIC.store(true, Ordering::SeqCst); in enable_alloc()