Home
last modified time | relevance | path

Searched refs:jiffies_to_usecs (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v4.19/drivers/char/tpm/
Dtpm-sysfs.c264 jiffies_to_usecs(chip->duration[TPM_SHORT]), in durations_show()
265 jiffies_to_usecs(chip->duration[TPM_MEDIUM]), in durations_show()
266 jiffies_to_usecs(chip->duration[TPM_LONG]), in durations_show()
278 jiffies_to_usecs(chip->timeout_a), in timeouts_show()
279 jiffies_to_usecs(chip->timeout_b), in timeouts_show()
280 jiffies_to_usecs(chip->timeout_c), in timeouts_show()
281 jiffies_to_usecs(chip->timeout_d), in timeouts_show()
Dtpm-interface.c812 timeout_old[0] = jiffies_to_usecs(chip->timeout_a); in tpm_get_timeouts()
813 timeout_old[1] = jiffies_to_usecs(chip->timeout_b); in tpm_get_timeouts()
814 timeout_old[2] = jiffies_to_usecs(chip->timeout_c); in tpm_get_timeouts()
815 timeout_old[3] = jiffies_to_usecs(chip->timeout_d); in tpm_get_timeouts()
/Linux-v4.19/include/linux/
Djiffies.h292 extern unsigned int jiffies_to_usecs(const unsigned long j);
296 return (u64)jiffies_to_usecs(j) * NSEC_PER_USEC; in jiffies_to_nsecs()
413 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in usecs_to_jiffies()
/Linux-v4.19/drivers/soc/mediatek/
Dmtk-infracfg.c21 #define MTK_POLL_TIMEOUT (jiffies_to_usecs(HZ))
Dmtk-scpsys.c32 #define MTK_POLL_TIMEOUT (jiffies_to_usecs(HZ))
/Linux-v4.19/net/ipv4/
Dtcp_westwood.c268 info->vegas.tcpv_rtt = jiffies_to_usecs(ca->rtt); in tcp_westwood_info()
269 info->vegas.tcpv_minrtt = jiffies_to_usecs(ca->rtt_min); in tcp_westwood_info()
Dtcp_minisocks.c483 newtp->mdev_us = jiffies_to_usecs(TCP_TIMEOUT_INIT); in tcp_create_openreq_child()
Dtcp_metrics.c510 tp->rttvar_us = jiffies_to_usecs(TCP_TIMEOUT_FALLBACK); in tcp_init_metrics()
/Linux-v4.19/kernel/time/
Dtime.c325 unsigned int jiffies_to_usecs(const unsigned long j) in jiffies_to_usecs() function
343 EXPORT_SYMBOL(jiffies_to_usecs);
599 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in __usecs_to_jiffies()
/Linux-v4.19/mm/
Dbacking-dev.c1027 trace_writeback_congestion_wait(jiffies_to_usecs(timeout), in congestion_wait()
1028 jiffies_to_usecs(jiffies - start)); in congestion_wait()
1075 trace_writeback_wait_iff_congested(jiffies_to_usecs(timeout), in wait_iff_congested()
1076 jiffies_to_usecs(jiffies - start)); in wait_iff_congested()
/Linux-v4.19/drivers/s390/net/
Dctcm_sysfs.c105 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
/Linux-v4.19/net/sched/
Dsch_hhf.c665 jiffies_to_usecs(q->hhf_reset_timeout)) || in hhf_dump()
668 jiffies_to_usecs(q->hhf_evict_timeout)) || in hhf_dump()
Dsch_pie.c480 nla_put_u32(skb, TCA_PIE_TUPDATE, jiffies_to_usecs(q->params.tupdate)) || in pie_dump()
Dsch_fq.c854 jiffies_to_usecs(q->flow_refill_delay)) || in fq_dump()
/Linux-v4.19/drivers/leds/
Dleds-cr0014114.c119 udelay = jiffies_to_usecs(priv->delay - now); in cr0014114_sync()
/Linux-v4.19/drivers/tty/ipwireless/
Dhardware.c84 jiffies_to_usecs(since), in report_timing()
86 jiffies_to_usecs(timing_stats.read_time), in report_timing()
88 jiffies_to_usecs(timing_stats.write_time)); in report_timing()
/Linux-v4.19/drivers/pwm/
Dpwm-sun4i.c288 delay_us = jiffies_to_usecs(sun4i_pwm->next_period[pwm->hwpwm] - in sun4i_pwm_apply()
/Linux-v4.19/drivers/media/pci/b2c2/
Dflexcop-pci.c189 jiffies_to_usecs(jiffies - fc_pci->last_irq), in flexcop_pci_isr()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dchannel.c612 jiffies_to_usecs(HZ / 5)); in ath_chanctx_event()
816 jiffies_to_usecs(sc->offchannel.duration) + in ath_chanctx_switch()
834 jiffies_to_usecs(sc->offchannel.duration) + in ath_chanctx_switch()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_bt_sm.c646 smi_result = bt_event(bt, jiffies_to_usecs(1)); in bt_detect()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c693 sleep = jiffies_to_usecs(delay) / 3; in test_dma_fence()
/Linux-v4.19/drivers/staging/greybus/
Dloopback.c1069 gb->timeout_min = jiffies_to_usecs(GB_LOOPBACK_TIMEOUT_MIN); in gb_loopback_probe()
1070 gb->timeout_max = jiffies_to_usecs(GB_LOOPBACK_TIMEOUT_MAX); in gb_loopback_probe()
/Linux-v4.19/net/core/
Dnetpoll.c330 for (tries = jiffies_to_usecs(1)/USEC_PER_POLL; in netpoll_send_skb_on_dev()
/Linux-v4.19/include/net/
Dtcp.h685 return jiffies_to_usecs(tcp_rto_min(sk)); in tcp_rto_min_us()
1943 u64 rto_time_stamp_us = skb->skb_mstamp + jiffies_to_usecs(rto); in tcp_rto_delta_us()
/Linux-v4.19/drivers/pci/controller/
Dpcie-rockchip-host.c870 jiffies_to_usecs(5 * HZ)); in rockchip_pcie_wait_l2()

12