Searched refs:c_timer_ptr (Results 1 – 1 of 1) sorted by relevance
163 let c_timer_ptr = unsafe { HrTimer::raw_get(this) }; in raw_cancel() localVariable169 unsafe { bindings::hrtimer_cancel(c_timer_ptr) != 0 } in raw_cancel()236 let c_timer_ptr = unsafe { HrTimer::raw_get(self) }; in expires() localVariable245 core::ptr::read_volatile(&raw const ((*c_timer_ptr).node.expires)), in expires()467 unsafe fn c_timer_ptr(this: *const Self) -> *const bindings::hrtimer { in c_timer_ptr() method487 Self::c_timer_ptr(this).cast_mut(), in start()