Home
last modified time | relevance | path

Searched refs:hrtimer_setup (Results 1 – 25 of 98) sorted by relevance

1234

/linux/io_uring/
H A Dtimeout.c438 hrtimer_setup(&io->timer, io_link_timeout_fn, io_timeout_get_clock(io), mode); in io_linked_timeout_update()
460 hrtimer_setup(&data->timer, io_timeout_fn, io_timeout_get_clock(data), mode); in io_timeout_update()
602 hrtimer_setup(&data->timer, io_link_timeout_fn, io_timeout_get_clock(data), in __io_timeout_prep()
605 hrtimer_setup(&data->timer, io_timeout_fn, io_timeout_get_clock(data), data->mode); in __io_timeout_prep()
H A Dmock_file.c124 hrtimer_setup(&mio->timer, io_mock_rw_timer_expired, in io_mock_delay_rw()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.c1383 hrtimer_setup(&ipc_imem->startup_timer, ipc_imem_startup_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1386 hrtimer_setup(&ipc_imem->tdupdate_timer, ipc_imem_td_update_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1389 hrtimer_setup(&ipc_imem->fast_update_timer, ipc_imem_fast_update_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1392 hrtimer_setup(&ipc_imem->td_alloc_timer, ipc_imem_td_alloc_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1395 hrtimer_setup(&ipc_imem->adb_timer, ipc_imem_adb_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
/linux/sound/core/
H A Dhrtimer.c71 hrtimer_setup(&stime->hrt, snd_hrtimer_callback, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_hrtimer_open()
/linux/sound/drivers/pcsp/
H A Dpcsp.c106 hrtimer_setup(&pcsp_chip.timer, pcsp_do_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_card_pcsp_probe()
/linux/drivers/iio/trigger/
H A Diio-trig-hrtimer.c148 hrtimer_setup(&trig_info->timer, iio_hrtimer_trig_handler, CLOCK_MONOTONIC, in iio_trig_hrtimer_probe()
/linux/drivers/media/rc/
H A Dpwm-ir-tx.c172 hrtimer_setup(&pwm_ir->timer, pwm_ir_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in pwm_ir_probe()
/linux/drivers/gpu/drm/msm/
H A Dmsm_fence.c68 hrtimer_setup(&fctx->deadline_timer, deadline_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_fence_context_alloc()
/linux/fs/
H A Dtimerfd.c208 hrtimer_setup(&ctx->t.tmr, timerfd_tmrproc, clockid, htmode); in timerfd_setup()
430 hrtimer_setup(&ctx->t.tmr, timerfd_tmrproc, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
/linux/drivers/pps/generators/
H A Dpps_gen_tio.c230 hrtimer_setup(&tio->timer, hrtimer_callback, CLOCK_REALTIME, in pps_gen_tio_probe()
/linux/sound/soc/fsl/
H A Dimx-pcm-fiq.c188 hrtimer_setup(&iprtd->hrt, snd_hrtimer_callback, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_imx_open()
/linux/net/can/
H A Dbcm.c1066 hrtimer_setup(&op->timer, bcm_tx_timeout_handler, CLOCK_MONOTONIC, in bcm_tx_setup()
1070 hrtimer_setup(&op->thrtimer, hrtimer_dummy_timeout, CLOCK_MONOTONIC, in bcm_tx_setup()
1230 hrtimer_setup(&op->timer, bcm_rx_timeout_handler, CLOCK_MONOTONIC, in bcm_rx_setup()
1232 hrtimer_setup(&op->thrtimer, bcm_rx_thr_handler, CLOCK_MONOTONIC, in bcm_rx_setup()
H A Disotp.c1667 hrtimer_setup(&so->rxtimer, isotp_rx_timer_handler, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in isotp_init()
1668 hrtimer_setup(&so->txtimer, isotp_tx_timer_handler, CLOCK_MONOTONIC, HRTIMER_MODE_REL_SOFT); in isotp_init()
1669 hrtimer_setup(&so->txfrtimer, isotp_txfr_timer_handler, CLOCK_MONOTONIC, in isotp_init()
/linux/net/can/j1939/
H A Dbus.c161 hrtimer_setup(&ecu->ac_timer, j1939_ecu_timer_handler, CLOCK_MONOTONIC, in j1939_ecu_create_locked()
/linux/arch/powerpc/kernel/
H A Dwatchdog.c503 hrtimer_setup(hrtimer, watchdog_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in start_watchdog()
/linux/sound/sh/
H A Dsh_dac_audio.c315 hrtimer_setup(&chip->hrtimer, sh_dac_audio_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_sh_dac_create()
/linux/drivers/input/joystick/
H A Dwalkera0701.c235 hrtimer_setup(&w->timer, timer_handler, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in walkera0701_attach()
/linux/drivers/rtc/
H A Dclass.c243 hrtimer_setup(&rtc->pie_timer, rtc_pie_update_irq, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rtc_allocate_device()
/linux/arch/arm/mm/
H A Dcache-l2x0-pmu.c542 hrtimer_setup(&l2x0_pmu_hrtimer, l2x0_pmu_poll, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in l2x0_pmu_init()
/linux/arch/powerpc/perf/
H A Dvpa-dtl.c412 hrtimer_setup(&hwc->hrtimer, vpa_dtl_hrtimer_handle, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in vpa_dtl_event_init()
/linux/kernel/time/
H A Dhrtimer.c457 hrtimer_setup(timer, stub_timer, CLOCK_MONOTONIC, 0); in hrtimer_fixup_assert_init()
1819 void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup() function
1825 EXPORT_SYMBOL_GPL(hrtimer_setup);
/linux/drivers/gpu/drm/i915/gvt/
H A Dsched_policy.c290 hrtimer_setup(&data->timer, tbs_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in tbs_sched_init()
/linux/drivers/leds/trigger/
H A Dledtrig-pattern.c486 hrtimer_setup(&data->hrtimer, pattern_trig_hrtimer_function, CLOCK_MONOTONIC, in pattern_trig_activate()
/linux/arch/arm/mach-imx/
H A Dmmdc.c512 hrtimer_setup(&pmu_mmdc->hrtimer, mmdc_pmu_timer_handler, CLOCK_MONOTONIC, in imx_mmdc_perf_init()
/linux/kernel/
H A Drseq.c831 hrtimer_setup(per_cpu_ptr(&slice_timer.timer, cpu), rseq_slice_expired, in rseq_slice_init()

1234