Lines Matching refs:core
1 use core::{ptr::null_mut, sync::atomic::compiler_fence};
12 smp::core::smp_get_processor_id,
15 use super::core::{sched_enqueue, Scheduler};
192 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
197 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
201 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
204 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
210 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
217 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
223 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
225 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()
227 compiler_fence(core::sync::atomic::Ordering::SeqCst); in sched()