| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | constants.h | 72 #define IWL_MVM_DEFAULT_PS_TX_DATA_TIMEOUT (100 * USEC_PER_MSEC) 73 #define IWL_MVM_DEFAULT_PS_RX_DATA_TIMEOUT (100 * USEC_PER_MSEC) 74 #define IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT (10 * USEC_PER_MSEC) 75 #define IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT (10 * USEC_PER_MSEC) 79 #define IWL_MVM_UAPSD_RX_DATA_TIMEOUT (50 * USEC_PER_MSEC) 80 #define IWL_MVM_UAPSD_TX_DATA_TIMEOUT (50 * USEC_PER_MSEC)
|
| D | ftm-responder.c | 234 stats->total_duration_ms += le32_to_cpu(resp->duration) / USEC_PER_MSEC; in iwl_mvm_ftm_responder_stats()
|
| /Linux-v5.4/lib/dim/ |
| D | dim.c | 71 curr_stats->ppms = DIV_ROUND_UP(npkts * USEC_PER_MSEC, delta_us); in dim_calc_stats() 72 curr_stats->bpms = DIV_ROUND_UP(nbytes * USEC_PER_MSEC, delta_us); in dim_calc_stats() 73 curr_stats->epms = DIV_ROUND_UP(DIM_NEVENTS * USEC_PER_MSEC, in dim_calc_stats() 75 curr_stats->cpms = DIV_ROUND_UP(ncomps * USEC_PER_MSEC, delta_us); in dim_calc_stats()
|
| /Linux-v5.4/tools/perf/bench/ |
| D | sched-pipe.c | 160 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe() 172 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
|
| D | futex-wake.c | 89 waketime_avg / USEC_PER_MSEC, in print_summary() 192 j + 1, nwoken, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
|
| D | futex-requeue.c | 70 requeuetime_avg / USEC_PER_MSEC, in print_summary() 194 j + 1, nrequeued, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
|
| D | sched-messaging.c | 313 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging() 317 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
|
| D | futex-wake-parallel.c | 182 nblocked_threads, waketime_avg / USEC_PER_MSEC, in print_run() 198 waketime_avg / USEC_PER_MSEC, in print_summary()
|
| /Linux-v5.4/kernel/power/ |
| D | process.c | 40 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-v5.4/tools/include/linux/ |
| D | time64.h | 6 #define USEC_PER_MSEC 1000L macro
|
| /Linux-v5.4/drivers/nvmem/ |
| D | lpc18xx_eeprom.c | 83 usleep_range(LPC18XX_EEPROM_PROGRAM_TIME * USEC_PER_MSEC, in lpc18xx_eeprom_busywait_until_prog() 84 (LPC18XX_EEPROM_PROGRAM_TIME + 1) * USEC_PER_MSEC); in lpc18xx_eeprom_busywait_until_prog()
|
| /Linux-v5.4/drivers/media/usb/stk1160/ |
| D | stk1160-i2c.c | 44 usleep_range(10 * USEC_PER_MSEC, 20 * USEC_PER_MSEC); in stk1160_i2c_busy_wait()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | tsc.c | 393 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 394 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 395 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 396 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 397 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc()
|
| D | smp.c | 211 timeout = USEC_PER_MSEC * 10; in native_stop_other_cpus()
|
| /Linux-v5.4/net/dccp/ccids/ |
| D | ccid3.h | 46 # define TFRC_T_DELTA USEC_PER_MSEC
|
| /Linux-v5.4/net/ipv4/ |
| D | tcp_bbr.c | 275 rtt_us = USEC_PER_MSEC; /* use nominal default RTT */ in bbr_init_pacing_rate_from_rtt() 636 bbr->lt_last_stamp = div_u64(tp->delivered_mstamp, USEC_PER_MSEC); in bbr_reset_lt_bw_sampling_interval() 742 t = div_u64(tp->delivered_mstamp, USEC_PER_MSEC) - bbr->lt_last_stamp; in bbr_lt_bw_sampling() 746 if (t >= ~0U / USEC_PER_MSEC) { in bbr_lt_bw_sampling() 750 t *= USEC_PER_MSEC; in bbr_lt_bw_sampling()
|
| D | tcp_hybla.c | 39 tcp_sk(sk)->srtt_us / (rtt0 * USEC_PER_MSEC), in hybla_recalc_param()
|
| /Linux-v5.4/include/linux/ |
| D | time64.h | 24 #define USEC_PER_MSEC 1000L macro
|
| /Linux-v5.4/drivers/clk/imx/ |
| D | clk-pfdv2.c | 39 #define LOCK_TIMEOUT_US USEC_PER_MSEC
|
| D | clk-pllv4.c | 47 #define LOCK_TIMEOUT_US USEC_PER_MSEC
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-stat.c | 361 usleep(stat_config.initial_delay * USEC_PER_MSEC); in enable_counters() 438 ts.tv_sec = interval / USEC_PER_MSEC; in __run_perf_stat() 439 ts.tv_nsec = (interval % USEC_PER_MSEC) * NSEC_PER_MSEC; in __run_perf_stat() 441 ts.tv_sec = timeout / USEC_PER_MSEC; in __run_perf_stat() 442 ts.tv_nsec = (timeout % USEC_PER_MSEC) * NSEC_PER_MSEC; in __run_perf_stat()
|
| /Linux-v5.4/drivers/phy/rockchip/ |
| D | phy-rockchip-emmc.c | 220 0, 50 * USEC_PER_MSEC); in rockchip_emmc_phy_power()
|
| /Linux-v5.4/drivers/pwm/ |
| D | pwm-lpss.c | 55 const unsigned int ms = 500 * USEC_PER_MSEC; in pwm_lpss_wait_for_update()
|
| /Linux-v5.4/kernel/trace/ |
| D | ring_buffer_benchmark.c | 338 do_div(time, USEC_PER_MSEC); in ring_buffer_producer()
|
| /Linux-v5.4/sound/soc/sof/intel/ |
| D | hda-loader.c | 151 USEC_PER_MSEC); in cl_dsp_init()
|