Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs543 impl<C: ClockSource> Sealed for super::AbsolutePinnedMode<C> {} implementation
588 pub struct AbsolutePinnedMode<C: ClockSource>(PhantomData<C>); struct
589 impl<C: ClockSource> HrTimerMode for AbsolutePinnedMode<C> { implementation