Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs552 impl<C: ClockSource> Sealed for super::RelativePinnedHardMode<C> {} implementation
669 pub struct RelativePinnedHardMode<C: ClockSource>(PhantomData<C>); struct
670 impl<C: ClockSource> HrTimerMode for RelativePinnedHardMode<C> { implementation