Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs544 impl<C: ClockSource> Sealed for super::RelativePinnedMode<C> {} implementation
597 pub struct RelativePinnedMode<C: ClockSource>(PhantomData<C>); struct
598 impl<C: ClockSource> HrTimerMode for RelativePinnedMode<C> { implementation