| /linux-6.15/include/linux/ |
| H A D | hrtimer_types.h | 13 enum hrtimer_restart { enum 42 enum hrtimer_restart (*__private function)(struct hrtimer *);
|
| 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()
|
| H A D | timer.h | 173 extern enum hrtimer_restart it_real_fn(struct hrtimer *);
|
| /linux-6.15/rust/kernel/time/ |
| H A D | hrtimer.rs | 273 unsafe extern "C" fn run(this: *mut bindings::hrtimer) -> bindings::hrtimer_restart; in run() argument 395 fn into_c(self) -> bindings::hrtimer_restart { in into_c() argument 396 self as bindings::hrtimer_restart in into_c()
|
| /linux-6.15/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-6.15/sound/core/ |
| H A D | hrtimer.c | 30 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback() 36 enum hrtimer_restart ret = HRTIMER_NORESTART; in snd_hrtimer_callback()
|
| /linux-6.15/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-6.15/drivers/power/reset/ |
| H A D | ltc2952-poweroff.c | 95 static enum hrtimer_restart ltc2952_poweroff_timer_wde(struct hrtimer *timer) in ltc2952_poweroff_timer_wde() 116 static enum hrtimer_restart
|
| /linux-6.15/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-6.15/sound/drivers/pcsp/ |
| H A D | pcsp.h | 77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
|
| /linux-6.15/rust/kernel/time/hrtimer/ |
| H A D | arc.rs | 77 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
| H A D | pin.rs | 80 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
| H A D | pin_mut.rs | 84 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
| H A D | tbox.rs | 100 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/net/mac802154/ |
| H A D | util.c | 101 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
|
| /linux-6.15/arch/loongarch/kvm/ |
| H A D | timer.c | 27 enum hrtimer_restart kvm_swtimer_wakeup(struct hrtimer *timer) in kvm_swtimer_wakeup()
|
| /linux-6.15/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()
|
| /linux-6.15/io_uring/ |
| H A D | timeout.c | 66 static enum hrtimer_restart io_timeout_fn(struct hrtimer *timer); 249 static enum hrtimer_restart io_timeout_fn(struct hrtimer *timer) in io_timeout_fn() 341 static enum hrtimer_restart io_link_timeout_fn(struct hrtimer *timer) in io_link_timeout_fn()
|
| /linux-6.15/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()
|