Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/time/hrtimer/
Darc.rs33 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
79 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
Dtbox.rs38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel() localVariable
102 let timer_ptr = ptr.cast::<super::HrTimer<T>>(); in run() localVariable
Dpin.rs32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
82 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable
Dpin_mut.rs30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable
86 let timer_ptr = ptr as *mut HrTimer<T>; in run() localVariable
/linux-6.15/rust/kernel/time/
Dhrtimer.rs355 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr() localVariable