Searched refs:USEC_PER_MSEC (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | constants.h | 70 #define IWL_MVM_DEFAULT_PS_TX_DATA_TIMEOUT (100 * USEC_PER_MSEC) 71 #define IWL_MVM_DEFAULT_PS_RX_DATA_TIMEOUT (100 * USEC_PER_MSEC) 72 #define IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT (10 * USEC_PER_MSEC) 73 #define IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT (10 * USEC_PER_MSEC) 77 #define IWL_MVM_UAPSD_RX_DATA_TIMEOUT (50 * USEC_PER_MSEC) 78 #define IWL_MVM_UAPSD_TX_DATA_TIMEOUT (50 * USEC_PER_MSEC)
|
D | mac80211.c | 4013 do_div(survey->time, USEC_PER_MSEC); in iwl_mvm_mac_get_survey() 4017 do_div(survey->time_rx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey() 4021 do_div(survey->time_tx, USEC_PER_MSEC); in iwl_mvm_mac_get_survey() 4025 do_div(survey->time_scan, USEC_PER_MSEC); in iwl_mvm_mac_get_survey()
|
/linux-4.4.14/kernel/power/ |
D | process.c | 37 int sleep_usecs = USEC_PER_MSEC; in try_to_freeze_tasks() 77 if (sleep_usecs < 8 * USEC_PER_MSEC) in try_to_freeze_tasks()
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | pm.c | 283 usec / USEC_PER_MSEC, usec % USEC_PER_MSEC); in bfin_pm_end()
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-i2c.c | 54 usleep_range(10 * USEC_PER_MSEC, 20 * USEC_PER_MSEC); in stk1160_i2c_busy_wait()
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid3.h | 59 # define TFRC_T_DELTA USEC_PER_MSEC
|
D | ccid3.c | 343 return (u32)delay / USEC_PER_MSEC; in ccid3_hc_tx_send_packet()
|
/linux-4.4.14/arch/x86/kernel/ |
D | smp.c | 239 timeout = USEC_PER_MSEC * 10; in native_stop_other_cpus()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_hybla.c | 38 tcp_sk(sk)->srtt_us / (rtt0 * USEC_PER_MSEC), in hybla_recalc_param()
|
D | tcp_cubic.c | 454 delay = (rtt_us << 3) / USEC_PER_MSEC; in bictcp_acked()
|
D | tcp_metrics.c | 119 tm->tcpm_vals[TCP_METRIC_RTT] = msval * USEC_PER_MSEC; in tcpm_suck_dst() 122 tm->tcpm_vals[TCP_METRIC_RTTVAR] = msval * USEC_PER_MSEC; in tcpm_suck_dst()
|
/linux-4.4.14/include/linux/ |
D | time64.h | 31 #define USEC_PER_MSEC 1000L macro
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 336 do_div(time, USEC_PER_MSEC); in ring_buffer_producer()
|
D | trace_output.c | 492 unsigned long abs_usec = do_div(abs_ts, USEC_PER_MSEC); in lat_print_timestamp() 494 unsigned long rel_usec = do_div(rel_ts, USEC_PER_MSEC); in lat_print_timestamp()
|
/linux-4.4.14/net/sched/ |
D | sch_pie.c | 83 params->tupdate = usecs_to_jiffies(30 * USEC_PER_MSEC); /* 30 ms */ in pie_params_init()
|
/linux-4.4.14/drivers/base/power/ |
D | main.c | 373 usecs / USEC_PER_MSEC, usecs % USEC_PER_MSEC); in dpm_show_time()
|
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 959 sample_time = pid_params.sample_rate_ms * USEC_PER_MSEC; in intel_pstate_get_scaled_busy()
|