Home
last modified time | relevance | path

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

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