Home
last modified time | relevance | path

Searched refs:TimerMode (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/time/
H A Dhrtimer.rs78 pub type HrTimerInstant<T> = Instant<<<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Clock>;
118 <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Clock::ID, in new()
119 <T as HasHrTimer<T>>::TimerMode::C_MODE, in new()
265 type TimerMode: HrTimerMode; typedef
279 fn start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle; in start()
297 type TimerMode: HrTimerMode; typedef
315 unsafe fn start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle; in start()
328 type TimerMode: HrTimerMode; typedef
332 fn start_scoped<T, F>(self, expires: <Self::TimerMode as HrTimerMode>::Expires, f: F) -> T in start_scoped()
344 type TimerMode = T::TimerMode; typedef
[all …]
/linux/rust/kernel/time/hrtimer/
H A Darc.rs58 type TimerMode = <T as HasHrTimer<T>>::TimerMode; typedef
63 expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, in start()
H A Dpin.rs58 type TimerMode = <T as HasHrTimer<T>>::TimerMode; typedef
63 expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, in start()
H A Dpin_mut.rs55 type TimerMode = <T as HasHrTimer<T>>::TimerMode; typedef
60 expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, in start()
H A Dtbox.rs68 type TimerMode = <T as HasHrTimer<T>>::TimerMode; typedef
73 expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, in start()