Home
last modified time | relevance | path

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

/linux/rust/kernel/time/hrtimer/
H A Dtbox.rs68 type TimerHandle = BoxHrTimerHandle<T, A>; global() typedef
73 start( self, expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, ) -> Self::TimerHandle start() argument
H A Dpin_mut.rs56 type TimerHandle = PinMutHrTimerHandle<'a, T>; typedef
61 ) -> Self::TimerHandle { in start() argument
H A Dpin.rs58 type TimerHandle = PinHrTimerHandle<'a, T>; global() typedef
63 start( self, expires: <<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Expires, ) -> Self::TimerHandle start() argument
H A Darc.rs58 type TimerHandle = ArcHrTimerHandle<T>; global() typedef
/linux/rust/kernel/time/
H A Dhrtimer.rs192 type TimerHandle: HrTimerHandle; global() typedef
196 start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle start() argument
223 type TimerHandle: HrTimerHandle; global() typedef
232 start(self, expires: <Self::TimerMode as HrTimerMode>::Expires) -> Self::TimerHandle start() argument