Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/time/hrtimer/
H A Darc.rs37 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
H A Dpin.rs36 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
H A Dpin_mut.rs34 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
H A Dtbox.rs42 unsafe { HrTimer::<T>::raw_cancel(timer_ptr) } in cancel()
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs157 pub(crate) unsafe fn raw_cancel(this: *const Self) -> bool { in raw_cancel() method