Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/time/hrtimer/
H A Darc.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()
79 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
83 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dpin.rs32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
36 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
82 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable
86 let receiver_ptr = unsafe { T::timer_container_of(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()
86 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable
90 let receiver_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
H A Dtbox.rs38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel() localVariable
42 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
102 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
106 let data_ptr = unsafe { T::timer_container_of(timer_ptr) }; in run()
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs355 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr() localVariable
358 unsafe { HrTimer::raw_get(timer_ptr) } in c_timer_ptr()