/linux/include/linux/ |
H A D | hrtimer.h | 226 static inline enum hrtimer_restart hrtimer_dummy_timeout(struct hrtimer *unused) in hrtimer_dummy_timeout() 234 extern void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), 237 enum hrtimer_restart (*function)(struct hrtimer *), 283 static inline void hrtimer_restart(struct hrtimer *timer) in hrtimer_restart() function 337 enum hrtimer_restart (*function)(struct hrtimer *)) in hrtimer_update_function()
|
/linux/drivers/watchdog/ |
H A D | softdog.c | 78 static enum hrtimer_restart softdog_fire(struct hrtimer *timer) in softdog_fire() 126 static enum hrtimer_restart softdog_pretimeout(struct hrtimer *timer) in softdog_pretimeout()
|
H A D | watchdog_hrtimer_pretimeout.c | 12 static enum hrtimer_restart watchdog_hrtimer_pretimeout(struct hrtimer *timer) in watchdog_hrtimer_pretimeout()
|
/linux/sound/core/ |
H A D | hrtimer.c | 31 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback() 37 enum hrtimer_restart ret = HRTIMER_NORESTART; in snd_hrtimer_callback()
|
/linux/drivers/char/hw_random/ |
H A D | timeriomem-rng.c | 87 hrtimer_restart(&priv->timer); in timeriomem_rng_read() 92 static enum hrtimer_restart timeriomem_rng_trigger(struct hrtimer *timer) in timeriomem_rng_trigger()
|
/linux/rust/kernel/time/ |
H A D | hrtimer.rs | 293 unsafe extern "C" fn run(this: *mut bindings::hrtimer) -> bindings::hrtimer_restart; in run() argument 418 fn into_c(self) -> bindings::hrtimer_restart { in into_c() argument 419 self as bindings::hrtimer_restart in into_c()
|
/linux/kernel/time/ |
H A D | tick-broadcast-hrtimer.c | 94 static enum hrtimer_restart bc_handler(struct hrtimer *t) in bc_handler()
|
H A D | itimer.c | 168 hrtimer_restart(tmr); in posixtimer_rearm_itimer() 176 enum hrtimer_restart it_real_fn(struct hrtimer *timer) in it_real_fn()
|
/linux/sound/drivers/pcsp/ |
H A D | pcsp.h | 77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
|
/linux/rust/kernel/time/hrtimer/ |
H A D | arc.rs | 81 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
H A D | pin.rs | 84 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
H A D | pin_mut.rs | 88 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
H A D | tbox.rs | 104 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
/linux/fs/ |
H A D | timerfd.c | 74 static enum hrtimer_restart timerfd_tmrproc(struct hrtimer *htmr) in timerfd_tmrproc() 306 hrtimer_restart(&ctx->t.tmr); in timerfd_read_iter() 550 hrtimer_restart(&ctx->t.tmr); in do_timerfd_gettime()
|
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_imem.c | 86 static enum hrtimer_restart ipc_imem_td_alloc_timer_cb(struct hrtimer *hr_timer) in ipc_imem_td_alloc_timer_cb() 106 static enum hrtimer_restart 124 static enum hrtimer_restart 519 static enum hrtimer_restart ipc_imem_startup_timer_cb(struct hrtimer *hr_timer) in ipc_imem_startup_timer_cb() 521 enum hrtimer_restart result = HRTIMER_NORESTART; in ipc_imem_startup_timer_cb() 897 static enum hrtimer_restart
|
/linux/drivers/hwtracing/stm/ |
H A D | heartbeat.c | 32 static enum hrtimer_restart stm_heartbeat_hrtimer_handler(struct hrtimer *hr) in stm_heartbeat_hrtimer_handler()
|
/linux/arch/riscv/kvm/ |
H A D | vcpu_timer.c | 42 static enum hrtimer_restart kvm_riscv_vcpu_hrtimer_expired(struct hrtimer *h) in kvm_riscv_vcpu_hrtimer_expired() 109 static enum hrtimer_restart kvm_riscv_vcpu_vstimer_expired(struct hrtimer *h) in kvm_riscv_vcpu_vstimer_expired()
|
/linux/arch/loongarch/kvm/ |
H A D | timer.c | 27 enum hrtimer_restart kvm_swtimer_wakeup(struct hrtimer *timer) in kvm_swtimer_wakeup()
|
/linux/net/mac802154/ |
H A D | util.c | 101 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_io_utils.c | 115 static enum hrtimer_restart msm_hrtimer_worktimer(struct hrtimer *t) in msm_hrtimer_worktimer()
|
H A D | msm_fence.c | 19 static enum hrtimer_restart deadline_timer(struct hrtimer *t) in deadline_timer()
|
/linux/io_uring/ |
H A D | timeout.c | 69 static enum hrtimer_restart io_timeout_fn(struct hrtimer *timer); 254 static enum hrtimer_restart io_timeout_fn(struct hrtimer *timer) in io_timeout_fn() 346 static enum hrtimer_restart io_link_timeout_fn(struct hrtimer *timer) in io_link_timeout_fn()
|
/linux/drivers/iio/trigger/ |
H A D | iio-trig-hrtimer.c | 98 static enum hrtimer_restart iio_hrtimer_trig_handler(struct hrtimer *timer) in iio_hrtimer_trig_handler()
|
/linux/drivers/pps/generators/ |
H A D | pps_gen_parport.c | 55 static enum hrtimer_restart hrtimer_event(struct hrtimer *timer) in hrtimer_event()
|
/linux/drivers/media/rc/ |
H A D | pwm-ir-tx.c | 117 static enum hrtimer_restart pwm_ir_timer(struct hrtimer *timer) in pwm_ir_timer()
|