Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dpercpu.rs14 const CPU_NUM: AtomicUsize = AtomicUsize::new(PerCpu::MAX_CPU_NUM); constant
28 if CPU_NUM.load(core::sync::atomic::Ordering::SeqCst) != 0 { in init()
33 CPU_NUM.store(cpus, core::sync::atomic::Ordering::SeqCst); in init()
60 let cpu_num = CPU_NUM.load(core::sync::atomic::Ordering::SeqCst); in new()