Home
last modified time | relevance | path

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

/linux/rust/kernel/time/hrtimer/
H A Darc.rs33 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; cancel() localVariable
83 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); run() localVariable
H A Dtbox.rs38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; cancel() localVariable
106 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); run() localVariable
H A Dpin_mut.rs30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
90 let timer_ptr = ptr.cast::<HrTimer<T>>(); in run() localVariable
H A Dpin.rs32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; cancel() localVariable
86 let timer_ptr = ptr.cast::<HrTimer<T>>(); run() localVariable
/linux/rust/kernel/time/
H A Dhrtimer.rs380 let timer_ptr = unsafe { Self::raw_get_timer(this) }; c_timer_ptr() localVariable