Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs547 impl<C: ClockSource> Sealed for super::AbsolutePinnedSoftMode<C> {} implementation
624 pub struct AbsolutePinnedSoftMode<C: ClockSource>(PhantomData<C>); struct
625 impl<C: ClockSource> HrTimerMode for AbsolutePinnedSoftMode<C> { implementation