Searched refs:ClocksourceJiffies (Results 1 – 1 of 1) sorted by relevance
14 pub static ref DEFAULT_CLOCK: Arc<ClocksourceJiffies> = ClocksourceJiffies::new();26 pub struct ClocksourceJiffies(SpinLock<InnerJiffies>); struct31 self_ref: Weak<ClocksourceJiffies>,34 impl Clocksource for ClocksourceJiffies { implementation63 impl ClocksourceJiffies { implementation75 let jieffies = Arc::new(ClocksourceJiffies(SpinLock::new(InnerJiffies { in new()84 pub fn clocksource_default_clock() -> Arc<ClocksourceJiffies> { in clocksource_default_clock()