Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs542 impl<C: ClockSource> Sealed for super::RelativeMode<C> {} implementation
578 pub struct RelativeMode<C: ClockSource>(PhantomData<C>); struct
580 impl<C: ClockSource> HrTimerMode for RelativeMode<C> { implementation