Home
last modified time | relevance | path

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

/linux/rust/kernel/time/
H A Dhrtimer.rs455 impl<C: ClockSource> Sealed for super::RelativePinnedMode<C> {} global() implementation
508 pub struct RelativePinnedMode<C: ClockSource>(PhantomData<C>); global() struct
509 impl<C: ClockSource> HrTimerMode for RelativePinnedMode<C> { global() implementation