Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/time/hrtimer/
H A Dtbox.rs19 pub struct BoxHrTimerHandle<T, A> struct
30 unsafe impl<T, A> HrTimerHandle for BoxHrTimerHandle<T, A> argument
46 impl<T, A> Drop for BoxHrTimerHandle<T, A> implementation
67 type TimerHandle = BoxHrTimerHandle<T, A>;
84 BoxHrTimerHandle { in start()
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs520 pub use tbox::BoxHrTimerHandle;