Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs330 unsafe fn raw_get_timer(this: *const Self) -> *const HrTimer<T>; in raw_get_timer() method
355 let timer_ptr = unsafe { Self::raw_get_timer(this) }; in c_timer_ptr()
376 (*Self::raw_get_timer(this)).mode.into_c(), in start()
493 unsafe fn raw_get_timer(
/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()
H A Dpin.rs32 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel()
H A Dpin_mut.rs30 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self_ptr) }; in cancel()
H A Dtbox.rs38 let timer_ptr = unsafe { <T as HasHrTimer<T>>::raw_get_timer(self.inner.as_ptr()) }; in cancel()