Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/time/hrtimer/
Darc.rs15 pub struct ArcHrTimerHandle<T> struct
24 unsafe impl<T> HrTimerHandle for ArcHrTimerHandle<T> argument
41 impl<T> Drop for ArcHrTimerHandle<T> implementation