Home
last modified time | relevance | path

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

/linux-6.15/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
55 type TimerHandle = PinMutHrTimerHandle<'a, T>;
70 PinMutHrTimerHandle { in start()
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs517 pub use pin_mut::PinMutHrTimerHandle;