Home
last modified time | relevance | path

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

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