Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs454 impl<C: ClockSource> Sealed for super::AbsolutePinnedMode<C> {} global() implementation
499 pub struct AbsolutePinnedMode<C: ClockSource>(PhantomData<C>); global() struct
500 impl<C: ClockSource> HrTimerMode for AbsolutePinnedMode<C> { global() implementation