Home
last modified time | relevance | path

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

123456

/linux/include/linux/
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()
/linux/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/sound/core/
H A Dhrtimer.c31 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 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/rust/kernel/time/
H A Dhrtimer.rs293 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 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/sound/drivers/pcsp/
H A Dpcsp.h77 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
/linux/rust/kernel/time/hrtimer/
H A Darc.rs81 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
H A Dpin.rs84 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
H A Dpin_mut.rs88 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
H A Dtbox.rs104 unsafe extern "C" fn run(ptr: *mut bindings::hrtimer) -> bindings::hrtimer_restart { in run() argument
/linux/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/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/drivers/hwtracing/stm/
H A Dheartbeat.c32 static enum hrtimer_restart stm_heartbeat_hrtimer_handler(struct hrtimer *hr) in stm_heartbeat_hrtimer_handler()
/linux/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/arch/loongarch/kvm/
H A Dtimer.c27 enum hrtimer_restart kvm_swtimer_wakeup(struct hrtimer *timer) in kvm_swtimer_wakeup()
/linux/net/mac802154/
H A Dutil.c101 enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer) in ieee802154_xmit_ifs_timer()
/linux/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c115 static enum hrtimer_restart msm_hrtimer_worktimer(struct hrtimer *t) in msm_hrtimer_worktimer()
H A Dmsm_fence.c19 static enum hrtimer_restart deadline_timer(struct hrtimer *t) in deadline_timer()
/linux/io_uring/
H A Dtimeout.c69 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 Diio-trig-hrtimer.c98 static enum hrtimer_restart iio_hrtimer_trig_handler(struct hrtimer *timer) in iio_hrtimer_trig_handler()
/linux/drivers/pps/generators/
H A Dpps_gen_parport.c55 static enum hrtimer_restart hrtimer_event(struct hrtimer *timer) in hrtimer_event()
/linux/drivers/media/rc/
H A Dpwm-ir-tx.c117 static enum hrtimer_restart pwm_ir_timer(struct hrtimer *timer) in pwm_ir_timer()

123456