Home
last modified time | relevance | path

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

1234

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dconstants.h15 #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 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/tools/perf/bench/
A Dkallsyms-parse.c59 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 Dfutex-requeue.c77 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 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()
A Dfutex-wake.c93 waketime_avg / USEC_PER_MSEC, in print_summary()
205 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
A 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()
A Dfutex-wake-parallel.c185 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 Dprestera_pci.c347 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 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/tools/include/linux/
A Dtime64.h6 #define USEC_PER_MSEC 1000L macro
/linux/include/vdso/
A Dtime64.h7 #define USEC_PER_MSEC 1000L macro
/linux/drivers/media/usb/stk1160/
A Dstk1160-i2c.c44 usleep_range(10 * USEC_PER_MSEC, 20 * USEC_PER_MSEC); in stk1160_i2c_busy_wait()
/linux/drivers/nvmem/
A 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/arch/x86/kernel/
A Dtsc.c401 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 Dsmp.c210 timeout = USEC_PER_MSEC * 10; in native_stop_other_cpus()
/linux/drivers/phy/intel/
A Dphy-intel-keembay-usb.c205 USEC_PER_MSEC, 10 * USEC_PER_MSEC); in keembay_usb_phy_init()
/linux/tools/tracing/latency/
A Dlatency-collector.c113 #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 Dvidtv_bridge.c122 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 Dccid3.h46 # define TFRC_T_DELTA USEC_PER_MSEC
/linux/net/ipv4/
A Dtcp_bbr.c277 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 Dqoriq_thermal.c113 USEC_PER_MSEC, in tmu_get_temp()
114 10 * USEC_PER_MSEC)) in tmu_get_temp()
/linux/drivers/iio/humidity/
A Dhdc100x.c171 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 Dpie.h92 params->tupdate = usecs_to_jiffies(15 * USEC_PER_MSEC); /* 15 ms */ in pie_params_init()
/linux/drivers/pci/controller/dwc/
A Dpcie-keembay.c127 500 * USEC_PER_MSEC); in keembay_pcie_start_link()
222 500 * USEC_PER_MSEC); in keembay_pcie_pll_init()

Completed in 47 milliseconds

1234