Home
last modified time | relevance | path

Searched refs:ms_to_ktime (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/drivers/hwtracing/stm/
Dheartbeat.c39 hrtimer_forward_now(hr, ms_to_ktime(interval_ms)); in stm_heartbeat_hrtimer_handler()
50 hrtimer_start(&heartbeat->hrtimer, ms_to_ktime(interval_ms), in stm_heartbeat_link()
/Linux-v5.4/arch/powerpc/kernel/
Dwatchdog.c308 hrtimer_forward_now(hrtimer, ms_to_ktime(wd_timer_period_ms)); in watchdog_timer_fn()
355 hrtimer_start(hrtimer, ms_to_ktime(wd_timer_period_ms), in start_watchdog()
/Linux-v5.4/drivers/ntb/test/
Dntb_pingpong.c159 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_setup()
212 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL); in pp_pong()
/Linux-v5.4/drivers/watchdog/
Dwatchdog_dev.c134 ms_to_ktime(timeout_ms)); in watchdog_next_keepalive()
139 keepalive_interval = ms_to_ktime(hw_heartbeat_ms / 2); in watchdog_next_keepalive()
146 last_heartbeat = ktime_sub(virt_timeout, ms_to_ktime(hw_heartbeat_ms)); in watchdog_next_keepalive()
174 ms_to_ktime(wdd->min_hw_heartbeat_ms)); in __watchdog_ping()
/Linux-v5.4/include/linux/
Dktime.h270 static inline ktime_t ms_to_ktime(u64 ms) in ms_to_ktime() function
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_atomic.c196 wakeup_time = ktime_sub(vsync_time, ms_to_ktime(1)); in msm_atomic_commit_tail()
/Linux-v5.4/net/can/j1939/
Dbus.c117 hrtimer_start(&ecu->ac_timer, ms_to_ktime(250), in j1939_ecu_timer_start()
Dtransport.c671 hrtimer_start(&session->txtimer, ms_to_ktime(msec), in j1939_tp_schedule_txtimer()
680 hrtimer_start(&session->rxtimer, ms_to_ktime(msec), in j1939_tp_set_rxtimeout()
1187 ms_to_ktime(J1939_XTP_ABORT_TIMEOUT_MS), in j1939_tp_rxtimer()
/Linux-v5.4/arch/arm/mm/
Dcache-l2x0-pmu.c541 l2x0_pmu_poll_period = ms_to_ktime(1000); in l2x0_pmu_init()
/Linux-v5.4/drivers/acpi/
Dbutton.c167 ms_to_ktime(lid_report_interval)); in acpi_lid_notify_state()
/Linux-v5.4/drivers/mailbox/
Dmailbox.c134 hrtimer_forward_now(hrtimer, ms_to_ktime(mbox->txpoll_period)); in txdone_hrtimer()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dsched_policy.c114 fair_timeslice = ktime_divns(ms_to_ktime(GVT_TS_BALANCE_PERIOD_MS), in gvt_balance_timeslice()
/Linux-v5.4/net/rxrpc/
Dcall_event.c171 timeout = ms_to_ktime(rxrpc_resend_timeout); in rxrpc_resend()
/Linux-v5.4/drivers/char/tpm/
Dtpm_crb.c118 stop = ktime_add(start, ms_to_ktime(timeout)); in crb_wait_for_reg_32()
/Linux-v5.4/arch/x86/events/intel/
Drapl.c559 pmu->timer_interval = ms_to_ktime(rapl_timer_ms); in rapl_cpu_online()
/Linux-v5.4/drivers/misc/mei/
Dhw-txe.c225 stop = ktime_add(start, ms_to_ktime(SEC_ALIVENESS_WAIT_TIMEOUT)); in mei_txe_aliveness_poll()
/Linux-v5.4/fs/ubifs/
Dio.c492 ktime_t softlimit = ms_to_ktime(dirty_writeback_interval * 10); in new_wbuf_timer_nolock()
/Linux-v5.4/net/sctp/
Dassociola.c81 asoc->cookie_life = ms_to_ktime(sp->assocparams.sasoc_cookie_life); in sctp_association_init()
Dsocket.c3200 asoc->cookie_life = ms_to_ktime(assocparams.sasoc_cookie_life); in sctp_setsockopt_associnfo()