Searched refs:timer_ptr (Results 1 – 5 of 5) sorted by relevance
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()79 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable83 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable36 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()82 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable86 let receiver_ptr = unsafe { T::timer_container_of(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()86 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable90 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel() localVariable42 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()102 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable106 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
355 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr() localVariable358 unsafe { HrTimer::raw_get(timer_ptr) } in c_timer_ptr()