Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs456 impl<C: ClockSource> Sealed for super::AbsoluteSoftMode<C> {} global() implementation
517 pub struct AbsoluteSoftMode<C: ClockSource>(PhantomData<C>); global() struct
518 impl<C: ClockSource> HrTimerMode for AbsoluteSoftMode<C> { global() implementation