Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dconstants.h72 #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)
Dftm-responder.c234 stats->total_duration_ms += le32_to_cpu(resp->duration) / USEC_PER_MSEC; in iwl_mvm_ftm_responder_stats()
/Linux-v5.4/lib/dim/
Ddim.c71 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/
Dsched-pipe.c160 (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()
Dfutex-wake.c89 waketime_avg / USEC_PER_MSEC, in print_summary()
192 j + 1, nwoken, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
Dfutex-requeue.c70 requeuetime_avg / USEC_PER_MSEC, in print_summary()
194 j + 1, nrequeued, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
Dsched-messaging.c313 (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()
Dfutex-wake-parallel.c182 nblocked_threads, waketime_avg / USEC_PER_MSEC, in print_run()
198 waketime_avg / USEC_PER_MSEC, in print_summary()
/Linux-v5.4/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-v5.4/tools/include/linux/
Dtime64.h6 #define USEC_PER_MSEC 1000L macro
/Linux-v5.4/drivers/nvmem/
Dlpc18xx_eeprom.c83 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/
Dstk1160-i2c.c44 usleep_range(10 * USEC_PER_MSEC, 20 * USEC_PER_MSEC); in stk1160_i2c_busy_wait()
/Linux-v5.4/arch/x86/kernel/
Dtsc.c393 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()
Dsmp.c211 timeout = USEC_PER_MSEC * 10; in native_stop_other_cpus()
/Linux-v5.4/net/dccp/ccids/
Dccid3.h46 # define TFRC_T_DELTA USEC_PER_MSEC
/Linux-v5.4/net/ipv4/
Dtcp_bbr.c275 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()
Dtcp_hybla.c39 tcp_sk(sk)->srtt_us / (rtt0 * USEC_PER_MSEC), in hybla_recalc_param()
/Linux-v5.4/include/linux/
Dtime64.h24 #define USEC_PER_MSEC 1000L macro
/Linux-v5.4/drivers/clk/imx/
Dclk-pfdv2.c39 #define LOCK_TIMEOUT_US USEC_PER_MSEC
Dclk-pllv4.c47 #define LOCK_TIMEOUT_US USEC_PER_MSEC
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c361 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/
Dphy-rockchip-emmc.c220 0, 50 * USEC_PER_MSEC); in rockchip_emmc_phy_power()
/Linux-v5.4/drivers/pwm/
Dpwm-lpss.c55 const unsigned int ms = 500 * USEC_PER_MSEC; in pwm_lpss_wait_for_update()
/Linux-v5.4/kernel/trace/
Dring_buffer_benchmark.c338 do_div(time, USEC_PER_MSEC); in ring_buffer_producer()
/Linux-v5.4/sound/soc/sof/intel/
Dhda-loader.c151 USEC_PER_MSEC); in cl_dsp_init()

123