Searched refs:timer_ptr (Results 1 – 5 of 5) sorted by relevance
34 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable38 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()84 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable88 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()107 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
33 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable37 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()87 let timer_ptr = ptr.cast::<HrTimer<T>>(); in run() localVariable91 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()111 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable34 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()90 let timer_ptr = ptr.cast::<HrTimer<T>>(); in run() localVariable94 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()114 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
39 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel() localVariable43 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()107 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable111 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()127 let context = unsafe { HrTimerCallbackContext::from_raw(timer_ptr) }; in run()
469 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr() localVariable472 unsafe { HrTimer::raw_get(timer_ptr) } in c_timer_ptr()