Searched refs:InnerJiffies (Results 1 – 1 of 1) sorted by relevance
26 pub struct ClocksourceJiffies(SpinLock<InnerJiffies>);29 pub struct InnerJiffies { struct75 let jieffies = Arc::new(ClocksourceJiffies(SpinLock::new(InnerJiffies { in new()