Home
last modified time | relevance | path

Searched defs:AbsoluteSoftMode (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/time/
H A Dhrtimer.rs545 impl<C: ClockSource> Sealed for super::AbsoluteSoftMode<C> {} implementation
606 pub struct AbsoluteSoftMode<C: ClockSource>(PhantomData<C>); struct
607 impl<C: ClockSource> HrTimerMode for AbsoluteSoftMode<C> { implementation