Home
last modified time | relevance | path

Searched refs:RelativePinnedSoftMode (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/time/
H A Dhrtimer.rs548 impl<C: ClockSource> Sealed for super::RelativePinnedSoftMode<C> {} implementation
633 pub struct RelativePinnedSoftMode<C: ClockSource>(PhantomData<C>); struct
634 impl<C: ClockSource> HrTimerMode for RelativePinnedSoftMode<C> { implementation