Home
last modified time | relevance | path

Searched refs:USEC_PER_MSEC (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dconstants.h74 #define IWL_MVM_DEFAULT_PS_TX_DATA_TIMEOUT (100 * USEC_PER_MSEC)
75 #define IWL_MVM_DEFAULT_PS_RX_DATA_TIMEOUT (100 * USEC_PER_MSEC)
76 #define IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT (10 * USEC_PER_MSEC)
77 #define IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT (10 * USEC_PER_MSEC)
81 #define IWL_MVM_UAPSD_RX_DATA_TIMEOUT (50 * USEC_PER_MSEC)
82 #define IWL_MVM_UAPSD_TX_DATA_TIMEOUT (50 * USEC_PER_MSEC)
/Linux-v4.19/tools/perf/bench/
Dsched-pipe.c163 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
175 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
Dfutex-wake.c88 waketime_avg / USEC_PER_MSEC, in print_summary()
191 j + 1, nwoken, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
Dfutex-requeue.c69 requeuetime_avg / USEC_PER_MSEC, in print_summary()
193 j + 1, nrequeued, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
Dsched-messaging.c316 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
320 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
Dfutex-wake-parallel.c181 nblocked_threads, waketime_avg / USEC_PER_MSEC, in print_run()
197 waketime_avg / USEC_PER_MSEC, in print_summary()
/Linux-v4.19/kernel/power/
Dprocess.c40 int sleep_usecs = USEC_PER_MSEC; in try_to_freeze_tasks()
80 if (sleep_usecs < 8 * USEC_PER_MSEC) in try_to_freeze_tasks()
/Linux-v4.19/tools/include/linux/
Dtime64.h6 #define USEC_PER_MSEC 1000L macro
/Linux-v4.19/include/linux/
Dnet_dim.h381 curr_stats->ppms = DIV_ROUND_UP(npkts * USEC_PER_MSEC, delta_us); in net_dim_calc_stats()
382 curr_stats->bpms = DIV_ROUND_UP(nbytes * USEC_PER_MSEC, delta_us); in net_dim_calc_stats()
383 curr_stats->epms = DIV_ROUND_UP(NET_DIM_NEVENTS * USEC_PER_MSEC, in net_dim_calc_stats()
Dtime64.h32 #define USEC_PER_MSEC 1000L macro
/Linux-v4.19/drivers/nvmem/
Dlpc18xx_eeprom.c86 usleep_range(LPC18XX_EEPROM_PROGRAM_TIME * USEC_PER_MSEC, in lpc18xx_eeprom_busywait_until_prog()
87 (LPC18XX_EEPROM_PROGRAM_TIME + 1) * USEC_PER_MSEC); in lpc18xx_eeprom_busywait_until_prog()
/Linux-v4.19/drivers/media/usb/stk1160/
Dstk1160-i2c.c54 usleep_range(10 * USEC_PER_MSEC, 20 * USEC_PER_MSEC); in stk1160_i2c_busy_wait()
/Linux-v4.19/arch/x86/kernel/
Dtsc.c389 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc()
390 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc()
391 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc()
392 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc()
393 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc()
Dsmp.c244 timeout = USEC_PER_MSEC * 10; in native_stop_other_cpus()
/Linux-v4.19/net/ipv4/
Dtcp_bbr.c242 rtt_us = USEC_PER_MSEC; /* use nominal default RTT */ in bbr_init_pacing_rate_from_rtt()
538 bbr->lt_last_stamp = div_u64(tp->delivered_mstamp, USEC_PER_MSEC); in bbr_reset_lt_bw_sampling_interval()
644 t = div_u64(tp->delivered_mstamp, USEC_PER_MSEC) - bbr->lt_last_stamp; in bbr_lt_bw_sampling()
648 if (t >= ~0U / USEC_PER_MSEC) { in bbr_lt_bw_sampling()
652 t *= USEC_PER_MSEC; in bbr_lt_bw_sampling()
Dtcp_hybla.c38 tcp_sk(sk)->srtt_us / (rtt0 * USEC_PER_MSEC), in hybla_recalc_param()
Dtcp_cubic.c443 delay = (sample->rtt_us << 3) / USEC_PER_MSEC; in bictcp_acked()
/Linux-v4.19/net/dccp/ccids/
Dccid3.h59 # define TFRC_T_DELTA USEC_PER_MSEC
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-emmc.c227 0, 50 * USEC_PER_MSEC); in rockchip_emmc_phy_power()
/Linux-v4.19/drivers/pwm/
Dpwm-lpss.c67 const unsigned int ms = 500 * USEC_PER_MSEC; in pwm_lpss_wait_for_update()
/Linux-v4.19/kernel/trace/
Dring_buffer_benchmark.c338 do_div(time, USEC_PER_MSEC); in ring_buffer_producer()
Dtrace_hwlat.c330 do_div(interval, USEC_PER_MSEC); /* modifies interval value */ in kthread_fn()
/Linux-v4.19/drivers/pci/controller/
Dpcie-mediatek.c270 100 * USEC_PER_MSEC); in mtk_pcie_check_cfg_cpld()
431 100 * USEC_PER_MSEC); in mtk_pcie_startup_port_v2()
737 100 * USEC_PER_MSEC); in mtk_pcie_startup_port()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c432 usleep(initial_delay * USEC_PER_MSEC); in enable_counters()
588 ts.tv_sec = interval / USEC_PER_MSEC; in __run_perf_stat()
589 ts.tv_nsec = (interval % USEC_PER_MSEC) * NSEC_PER_MSEC; in __run_perf_stat()
591 ts.tv_sec = timeout / USEC_PER_MSEC; in __run_perf_stat()
592 ts.tv_nsec = (timeout % USEC_PER_MSEC) * NSEC_PER_MSEC; in __run_perf_stat()
/Linux-v4.19/drivers/mmc/host/
Ddw_mmc.c224 1, 500 * USEC_PER_MSEC)) { in dw_mci_ctrl_reset()
251 10, 500 * USEC_PER_MSEC)) in dw_mci_wait_while_busy()
268 1, 500 * USEC_PER_MSEC)) in mci_send_cmd()
630 10, 100 * USEC_PER_MSEC)) in dw_mci_prepare_desc64()
703 100 * USEC_PER_MSEC)) in dw_mci_prepare_desc32()
1766 1, 500 * USEC_PER_MSEC)) { in dw_mci_reset()

12