Home
last modified time | relevance | path

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

/linux/rust/kernel/time/hrtimer/
H A Darc.rs9 use super::HrTimerPointer;
51 impl<T> HrTimerPointer for Arc<T>
H A Dtbox.rs9 use super::HrTimerPointer;
60 impl<T, A> HrTimerPointer for Pin<Box<T, A>>
/linux/rust/kernel/time/
H A Dhrtimer.rs261 pub trait HrTimerPointer: Sync + Sized { interface