/Linux-v4.19/drivers/char/tpm/ |
D | tpm-sysfs.c | 264 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()
|
D | tpm-interface.c | 812 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/ |
D | jiffies.h | 292 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/ |
D | mtk-infracfg.c | 21 #define MTK_POLL_TIMEOUT (jiffies_to_usecs(HZ))
|
D | mtk-scpsys.c | 32 #define MTK_POLL_TIMEOUT (jiffies_to_usecs(HZ))
|
/Linux-v4.19/net/ipv4/ |
D | tcp_westwood.c | 268 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()
|
D | tcp_minisocks.c | 483 newtp->mdev_us = jiffies_to_usecs(TCP_TIMEOUT_INIT); in tcp_create_openreq_child()
|
D | tcp_metrics.c | 510 tp->rttvar_us = jiffies_to_usecs(TCP_TIMEOUT_FALLBACK); in tcp_init_metrics()
|
/Linux-v4.19/kernel/time/ |
D | time.c | 325 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/ |
D | backing-dev.c | 1027 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/ |
D | ctcm_sysfs.c | 105 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
|
/Linux-v4.19/net/sched/ |
D | sch_hhf.c | 665 jiffies_to_usecs(q->hhf_reset_timeout)) || in hhf_dump() 668 jiffies_to_usecs(q->hhf_evict_timeout)) || in hhf_dump()
|
D | sch_pie.c | 480 nla_put_u32(skb, TCA_PIE_TUPDATE, jiffies_to_usecs(q->params.tupdate)) || in pie_dump()
|
D | sch_fq.c | 854 jiffies_to_usecs(q->flow_refill_delay)) || in fq_dump()
|
/Linux-v4.19/drivers/leds/ |
D | leds-cr0014114.c | 119 udelay = jiffies_to_usecs(priv->delay - now); in cr0014114_sync()
|
/Linux-v4.19/drivers/tty/ipwireless/ |
D | hardware.c | 84 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/ |
D | pwm-sun4i.c | 288 delay_us = jiffies_to_usecs(sun4i_pwm->next_period[pwm->hwpwm] - in sun4i_pwm_apply()
|
/Linux-v4.19/drivers/media/pci/b2c2/ |
D | flexcop-pci.c | 189 jiffies_to_usecs(jiffies - fc_pci->last_irq), in flexcop_pci_isr()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 612 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/ |
D | ipmi_bt_sm.c | 646 smi_result = bt_event(bt, jiffies_to_usecs(1)); in bt_detect()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_sw_fence.c | 693 sleep = jiffies_to_usecs(delay) / 3; in test_dma_fence()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | loopback.c | 1069 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/ |
D | netpoll.c | 330 for (tries = jiffies_to_usecs(1)/USEC_PER_POLL; in netpoll_send_skb_on_dev()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 685 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/ |
D | pcie-rockchip-host.c | 870 jiffies_to_usecs(5 * HZ)); in rockchip_pcie_wait_l2()
|