Home
last modified time | relevance | path

Searched refs:hrtimer_restart (Results 1 – 25 of 168) sorted by relevance

1234567

/linux-6.15/include/linux/
H A Dhrtimer_types.h13 enum hrtimer_restart { enum
42 enum hrtimer_restart (*__private function)(struct hrtimer *);
H A Dhrtimer.h226 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 Dtimer.h173 extern enum hrtimer_restart it_real_fn(struct hrtimer *);
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs273 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 Dsoftdog.c78 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 Dwatchdog_hrtimer_pretimeout.c12 static enum hrtimer_restart watchdog_hrtimer_pretimeout(struct hrtimer *timer) in watchdog_hrtimer_pretimeout()
/linux-6.15/sound/core/
H A Dhrtimer.c30 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 Dtimeriomem-rng.c87 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 Dltc2952-poweroff.c95 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 Dtick-broadcast-hrtimer.c94 static enum hrtimer_restart bc_handler(struct hrtimer *t) in bc_handler()
H A Ditimer.c168 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 Dpcsp.h77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
/linux-6.15/rust/kernel/time/hrtimer/
H A Darc.rs77 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
H A Dpin.rs80 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
H A Dpin_mut.rs84 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
H A Dtbox.rs100 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
/linux-6.15/fs/
H A Dtimerfd.c74 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 Diosm_ipc_imem.c86 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 Dheartbeat.c32 static enum hrtimer_restart stm_heartbeat_hrtimer_handler(struct hrtimer *hr) in stm_heartbeat_hrtimer_handler()
/linux-6.15/arch/riscv/kvm/
H A Dvcpu_timer.c42 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 Dutil.c101 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
/linux-6.15/arch/loongarch/kvm/
H A Dtimer.c27 enum hrtimer_restart kvm_swtimer_wakeup(struct hrtimer *timer) in kvm_swtimer_wakeup()
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c115 static enum hrtimer_restart msm_hrtimer_worktimer(struct hrtimer *t) in msm_hrtimer_worktimer()
/linux-6.15/io_uring/
H A Dtimeout.c66 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 Diio-trig-hrtimer.c98 static enum hrtimer_restart iio_hrtimer_trig_handler(struct hrtimer *timer) in iio_hrtimer_trig_handler()

1234567