Searched defs:hrtimer_restart (Results 1 – 7 of 7) sorted by relevance
13 enum hrtimer_restart { enum
283 static inline void hrtimer_restart(struct hrtimer *timer) in hrtimer_restart() function
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()
88 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()
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()