Searched defs:timer_ptr (Results 1 – 5 of 5) sorted by relevance
/linux/rust/kernel/time/hrtimer/ | ||
H A D | arc.rs | 33 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; cancel() localVariable |
H A D | tbox.rs | 38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; cancel() localVariable |
H A D | pin_mut.rs | 30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel() localVariable |
H A D | pin.rs | 32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; cancel() localVariable |
/linux/rust/kernel/time/ | ||
H A D | hrtimer.rs | 380 let timer_ptr = unsafe { Self::raw_get_timer(this) }; c_timer_ptr() localVariable |