Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC (Results 1 – 25 of 100) sorted by relevance

1234

/drivers/watchdog/
A Dsoftdog.c190 hrtimer_setup(&softdog_ticktock, softdog_fire, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in softdog_init()
194 hrtimer_setup(&softdog_preticktock, softdog_pretimeout, CLOCK_MONOTONIC, in softdog_init()
A Dwatchdog_hrtimer_pretimeout.c26 hrtimer_setup(&wd_data->pretimeout_timer, watchdog_hrtimer_pretimeout, CLOCK_MONOTONIC, in watchdog_hrtimer_pretimeout_init()
/drivers/hid/bpf/progs/
A Dhid_bpf_async.h12 #define CLOCK_MONOTONIC 1 macro
146 err = bpf_timer_init(&elem->t, &hid_bpf_async_ctx_map, CLOCK_MONOTONIC); in hid_bpf_async_get_ctx()
/drivers/power/reset/
A Dltc2952-poweroff.c165 hrtimer_setup(&data->timer_trigger, ltc2952_poweroff_timer_trigger, CLOCK_MONOTONIC, in ltc2952_poweroff_default()
168 hrtimer_setup(&data->timer_wde, ltc2952_poweroff_timer_wde, CLOCK_MONOTONIC, in ltc2952_poweroff_default()
/drivers/md/dm-vdo/
A Dtime-utils.h20 return clock == CLOCK_MONOTONIC ? ktime_get_ns() : ktime_get_real_ns(); in current_time_ns()
/drivers/gpu/drm/msm/
A Dmsm_gpu_devfreq.c200 CLOCK_MONOTONIC, HRTIMER_MODE_REL); in msm_devfreq_init()
202 CLOCK_MONOTONIC, HRTIMER_MODE_REL); in msm_devfreq_init()
A Dmsm_fence.c68 hrtimer_setup(&fctx->deadline_timer, deadline_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_fence_context_alloc()
A Dmsm_atomic.c128 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in msm_atomic_init_pending_timer()
/drivers/net/wwan/iosm/
A Diosm_ipc_imem.c1384 hrtimer_setup(&ipc_imem->startup_timer, ipc_imem_startup_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1387 hrtimer_setup(&ipc_imem->tdupdate_timer, ipc_imem_td_update_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1390 hrtimer_setup(&ipc_imem->fast_update_timer, ipc_imem_fast_update_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1393 hrtimer_setup(&ipc_imem->td_alloc_timer, ipc_imem_td_alloc_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
1396 hrtimer_setup(&ipc_imem->adb_timer, ipc_imem_adb_timer_cb, CLOCK_MONOTONIC, in ipc_imem_init()
/drivers/hwtracing/stm/
A Dheartbeat.c85 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in stm_heartbeat_init()
/drivers/char/hw_random/
A Dtimeriomem-rng.c155 hrtimer_setup(&priv->timer, timeriomem_rng_trigger, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in timeriomem_rng_probe()
/drivers/iio/trigger/
A Diio-trig-hrtimer.c148 hrtimer_setup(&trig_info->timer, iio_hrtimer_trig_handler, CLOCK_MONOTONIC, in iio_trig_hrtimer_probe()
/drivers/media/rc/
A Dpwm-ir-tx.c175 hrtimer_setup(&pwm_ir->timer, pwm_ir_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in pwm_ir_probe()
/drivers/misc/
A Dvcpu_stall_detector.c114 hrtimer_setup(vcpu_hrtimer, vcpu_stall_detect_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in start_stall_detector_cpu()
/drivers/powercap/
A Didle_inject.c342 hrtimer_setup(&ii_dev->timer, idle_inject_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in idle_inject_register_full()
/drivers/net/can/spi/mcp251xfd/
A Dmcp251xfd-ring.c544 hrtimer_setup(&priv->rx_irq_timer, mcp251xfd_rx_irq_timer, CLOCK_MONOTONIC, in mcp251xfd_ring_alloc()
547 hrtimer_setup(&priv->tx_irq_timer, mcp251xfd_tx_irq_timer, CLOCK_MONOTONIC, in mcp251xfd_ring_alloc()
/drivers/pwm/
A Dpwm-gpio.c210 hrtimer_setup(&gpwm->gpio_timer, pwm_gpio_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in pwm_gpio_probe()
/drivers/gpu/drm/vkms/
A Dvkms_crtc.c68 hrtimer_setup(&out->vblank_hrtimer, &vkms_vblank_simulate, CLOCK_MONOTONIC, in vkms_enable_vblank()
/drivers/gpu/drm/scheduler/tests/
A Dmock_scheduler.c129 CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in drm_mock_sched_job_new()
/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_usb_core.c267 hrtimer_setup(&dev->pre_tbtt_timer, mt76x02u_pre_tbtt_interrupt, CLOCK_MONOTONIC, in mt76x02u_init_beacon_config()
/drivers/iio/
A Dindustrialio-core.c321 case CLOCK_MONOTONIC: in iio_get_time_ns()
1450 [CLOCK_MONOTONIC] = "monotonic",
1472 case CLOCK_MONOTONIC: in current_timestamp_clock_show()
1500 case CLOCK_MONOTONIC: in current_timestamp_clock_store()
/drivers/input/joystick/
A Dwalkera0701.c235 hrtimer_setup(&w->timer, timer_handler, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in walkera0701_attach()
/drivers/ntb/test/
A Dntb_pingpong.c287 hrtimer_setup(&pp->timer, pp_timer_func, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in pp_create_data()
/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_packet.c378 hrtimer_setup(&port->inj_timer, sparx5_injection_timeout, CLOCK_MONOTONIC, in sparx5_port_inj_timer_setup()
/drivers/rtc/
A Dclass.c243 hrtimer_setup(&rtc->pie_timer, rtc_pie_update_irq, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rtc_allocate_device()

Completed in 37 milliseconds

1234