Home
last modified time | relevance | path

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

/linux/rust/kernel/time/hrtimer/
H A Dtbox.rs20 pub struct BoxHrTimerHandle<T, A> struct
31 unsafe impl<T, A> HrTimerHandle for BoxHrTimerHandle<T, A> argument
47 impl<T, A> Drop for BoxHrTimerHandle<T, A> implementation
69 type TimerHandle = BoxHrTimerHandle<T, A>;
89 BoxHrTimerHandle { in start()
/linux/rust/kernel/time/
H A Dhrtimer.rs784 pub use tbox::BoxHrTimerHandle;