/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | constants.h | 15 #define IWL_MVM_DEFAULT_PS_TX_DATA_TIMEOUT (100 * USEC_PER_MSEC) 16 #define IWL_MVM_DEFAULT_PS_RX_DATA_TIMEOUT (100 * USEC_PER_MSEC) 17 #define IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT (10 * USEC_PER_MSEC) 18 #define IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT (10 * USEC_PER_MSEC) 22 #define IWL_MVM_UAPSD_RX_DATA_TIMEOUT (50 * USEC_PER_MSEC) 23 #define IWL_MVM_UAPSD_TX_DATA_TIMEOUT (50 * USEC_PER_MSEC)
|
/linux/lib/dim/ |
A 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/tools/perf/bench/ |
A D | kallsyms-parse.c | 59 time_average = avg_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse() 60 time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse()
|
A D | futex-requeue.c | 77 requeuetime_avg / USEC_PER_MSEC, in print_summary() 261 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue() 268 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
|
A 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()
|
A D | futex-wake.c | 93 waketime_avg / USEC_PER_MSEC, in print_summary() 205 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
|
A 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()
|
A D | futex-wake-parallel.c | 185 params.nthreads, waketime_avg / USEC_PER_MSEC, in print_run() 201 waketime_avg / USEC_PER_MSEC, in print_summary()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_pci.c | 347 1 * USEC_PER_MSEC, waitms * USEC_PER_MSEC); in prestera_fw_wait_reg32() 531 10 * USEC_PER_MSEC, waitms * USEC_PER_MSEC); in prestera_ldr_wait_reg32() 543 1 * USEC_PER_MSEC, 100 * USEC_PER_MSEC); in prestera_ldr_wait_buf() 553 err = readl_poll_timeout(addr, val, val & mask, 10 * USEC_PER_MSEC, in prestera_ldr_wait_dl_finish() 554 PRESTERA_FW_DL_TIMEOUT_MS * USEC_PER_MSEC); in prestera_ldr_wait_dl_finish()
|
/linux/kernel/power/ |
A 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/tools/include/linux/ |
A D | time64.h | 6 #define USEC_PER_MSEC 1000L macro
|
/linux/include/vdso/ |
A D | time64.h | 7 #define USEC_PER_MSEC 1000L macro
|
/linux/drivers/media/usb/stk1160/ |
A D | stk1160-i2c.c | 44 usleep_range(10 * USEC_PER_MSEC, 20 * USEC_PER_MSEC); in stk1160_i2c_busy_wait()
|
/linux/drivers/nvmem/ |
A 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/arch/x86/kernel/ |
A D | tsc.c | 401 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 402 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 403 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 404 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc() 405 udelay(10 * USEC_PER_MSEC); in pit_calibrate_tsc()
|
A D | smp.c | 210 timeout = USEC_PER_MSEC * 10; in native_stop_other_cpus()
|
/linux/drivers/phy/intel/ |
A D | phy-intel-keembay-usb.c | 205 USEC_PER_MSEC, 10 * USEC_PER_MSEC); in keembay_usb_phy_init()
|
/linux/tools/tracing/latency/ |
A D | latency-collector.c | 113 #define USEC_PER_MSEC (1000L) macro 115 #define NSEC_PER_MSEC (USEC_PER_MSEC * NSEC_PER_USEC) 118 #define USEC_PER_SEC (USEC_PER_MSEC * MSEC_PER_SEC) 124 static long sleep_time = (USEC_PER_MSEC * SLEEP_TIME_MS_DEFAULT); 541 long time_us = time_ms * USEC_PER_MSEC; in mutex_trylock_limit() 1948 sleep_time = value * USEC_PER_MSEC; in scan_arguments() 2053 sleep_time / USEC_PER_MSEC); in show_params()
|
/linux/drivers/media/test-drivers/vidtv/ |
A D | vidtv_bridge.c | 122 u32 max_elapsed_time_msecs = VIDTV_MAX_SLEEP_USECS / USEC_PER_MSEC; in vidtv_bridge_mux_buf_sz_for_mux_rate() 171 .pcr_period_usecs = pcr_period_msec * USEC_PER_MSEC, in vidtv_start_streaming() 172 .si_period_usecs = si_period_msec * USEC_PER_MSEC, in vidtv_start_streaming()
|
/linux/net/dccp/ccids/ |
A D | ccid3.h | 46 # define TFRC_T_DELTA USEC_PER_MSEC
|
/linux/net/ipv4/ |
A D | tcp_bbr.c | 277 rtt_us = USEC_PER_MSEC; /* use nominal default RTT */ in bbr_init_pacing_rate_from_rtt() 639 bbr->lt_last_stamp = div_u64(tp->delivered_mstamp, USEC_PER_MSEC); in bbr_reset_lt_bw_sampling_interval() 745 t = div_u64(tp->delivered_mstamp, USEC_PER_MSEC) - bbr->lt_last_stamp; in bbr_lt_bw_sampling() 749 if (t >= ~0U / USEC_PER_MSEC) { in bbr_lt_bw_sampling() 753 t *= USEC_PER_MSEC; in bbr_lt_bw_sampling()
|
/linux/drivers/thermal/ |
A D | qoriq_thermal.c | 113 USEC_PER_MSEC, in tmu_get_temp() 114 10 * USEC_PER_MSEC)) in tmu_get_temp()
|
/linux/drivers/iio/humidity/ |
A D | hdc100x.c | 171 int delay = data->adc_int_us[chan->address] + 1*USEC_PER_MSEC; in hdc100x_get_measurement() 321 int delay = data->adc_int_us[0] + data->adc_int_us[1] + 2*USEC_PER_MSEC; in hdc100x_trigger_handler()
|
/linux/include/net/ |
A D | pie.h | 92 params->tupdate = usecs_to_jiffies(15 * USEC_PER_MSEC); /* 15 ms */ in pie_params_init()
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-keembay.c | 127 500 * USEC_PER_MSEC); in keembay_pcie_start_link() 222 500 * USEC_PER_MSEC); in keembay_pcie_pll_init()
|