Home
last modified time | relevance | path

Searched refs:HrTimerPointer (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/rust/kernel/time/hrtimer/
H A Darc.rs7 use super::HrTimerPointer;
50 impl<T> HrTimerPointer for Arc<T>
H A Dtbox.rs7 use super::HrTimerPointer;
59 impl<T, A> HrTimerPointer for Pin<Box<T, A>>
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs179 pub trait HrTimerPointer: Sync + Sized { trait