Searched refs:CPU_NUM (Results 1 – 1 of 1) sorted by relevance
14 const CPU_NUM: AtomicUsize = AtomicUsize::new(PerCpu::MAX_CPU_NUM); constant28 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()