Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs546 impl<C: ClockSource> Sealed for super::RelativeSoftMode<C> {} implementation
615 pub struct RelativeSoftMode<C: ClockSource>(PhantomData<C>); struct
616 impl<C: ClockSource> HrTimerMode for RelativeSoftMode<C> { implementation