Home
last modified time | relevance | path

Searched refs:PinMutHrTimerHandle (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/time/hrtimer/
H A Dpin_mut.rs11 pub struct PinMutHrTimerHandle<'a, T> struct
21 unsafe impl<'a, T> HrTimerHandle for PinMutHrTimerHandle<'a, T> implementation
38 impl<'a, T> Drop for PinMutHrTimerHandle<'a, T> implementation
48 // `PinMutHrTimerHandle`, so `Self` will outlive the handle.
56 type TimerHandle = PinMutHrTimerHandle<'a, T>;
74 PinMutHrTimerHandle { in start()
100 // `PinMutHrTimerHandle` associated with this timer is guaranteed to in run()
/linux/rust/kernel/time/
H A Dhrtimer.rs635 pub use pin_mut::PinMutHrTimerHandle;