Home
last modified time | relevance | path

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

/linux/rust/kernel/time/hrtimer/
H A Darc.rs34 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
38 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
84 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
88 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
107 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
H A Dpin.rs33 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
37 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
87 let timer_ptr = ptr.cast::<HrTimer<T>>(); in run() localVariable
91 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
111 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
H A Dpin_mut.rs30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
34 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
90 let timer_ptr = ptr.cast::<HrTimer<T>>(); in run() localVariable
94 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
114 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
H A Dtbox.rs39 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel() localVariable
43 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
107 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
111 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
127 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
/linux/rust/kernel/time/
H A Dhrtimer.rs469 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr() localVariable
472 unsafe { HrTimer::raw_get(timer_ptr) } in c_timer_ptr()