Searched defs:hrtimer_restart (Results 1 – 6 of 6) sorted by relevance
81 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run()
104 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run()
84 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run()
88 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run()
293 unsafe extern "C" fn run(this: *mut bindings::hrtimer) -> bindings::hrtimer_restart; in run()418 fn into_c(self) -> bindings::hrtimer_restart { in into_c()
283 static inline void hrtimer_restart(struct hrtimer *timer) in hrtimer_restart() function