Searched refs:c_timer_ptr (Results 1 – 1 of 1) sorted by relevance
159 let c_timer_ptr = unsafe { HrTimer::raw_get(this) }; in raw_cancel() localVariable165 unsafe { bindings::hrtimer_cancel(c_timer_ptr) != 0 } in raw_cancel()353 unsafe fn c_timer_ptr(this: *const Self) -> *const bindings::hrtimer { in c_timer_ptr() method373 Self::c_timer_ptr(this).cast_mut(), in start()