Searched refs:USEC_PER_MSEC (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dconstants.h70 #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)
74 #define IWL_MVM_UAPSD_RX_DATA_TIMEOUT (50 * USEC_PER_MSEC)
75 #define IWL_MVM_UAPSD_TX_DATA_TIMEOUT (50 * USEC_PER_MSEC)
H A Dmac80211.c3925 do_div(survey->time, USEC_PER_MSEC); iwl_mvm_mac_get_survey()
3929 do_div(survey->time_rx, USEC_PER_MSEC); iwl_mvm_mac_get_survey()
3933 do_div(survey->time_tx, USEC_PER_MSEC); iwl_mvm_mac_get_survey()
3937 do_div(survey->time_scan, USEC_PER_MSEC); iwl_mvm_mac_get_survey()
/linux-4.1.27/net/dccp/ccids/
H A Dccid3.h52 * The t_delta parameter (RFC 5348, 8.3): delays of less than %USEC_PER_MSEC are
54 * Hence we can use a constant t_delta = %USEC_PER_MSEC when HZ >= 500. A coarse
59 # define TFRC_T_DELTA USEC_PER_MSEC
H A Dccid3.c343 return (u32)delay / USEC_PER_MSEC; ccid3_hc_tx_send_packet()
/linux-4.1.27/arch/blackfin/mach-common/
H A Dpm.c283 usec / USEC_PER_MSEC, usec % USEC_PER_MSEC); bfin_pm_end()
/linux-4.1.27/kernel/power/
H A Dprocess.c37 int sleep_usecs = USEC_PER_MSEC; try_to_freeze_tasks()
77 if (sleep_usecs < 8 * USEC_PER_MSEC)
/linux-4.1.27/drivers/media/usb/stk1160/
H A Dstk1160-i2c.c54 usleep_range(10 * USEC_PER_MSEC, 20 * USEC_PER_MSEC); stk1160_i2c_busy_wait()
/linux-4.1.27/include/linux/
H A Dtime64.h23 #define USEC_PER_MSEC 1000L macro
/linux-4.1.27/net/ipv4/
H A Dtcp_hybla.c38 tcp_sk(sk)->srtt_us / (rtt0 * USEC_PER_MSEC), hybla_recalc_param()
H A Dtcp_metrics.c123 tm->tcpm_vals[TCP_METRIC_RTT] = msval * USEC_PER_MSEC; tcpm_suck_dst()
126 tm->tcpm_vals[TCP_METRIC_RTTVAR] = msval * USEC_PER_MSEC; tcpm_suck_dst()
569 crtt /= 8 * USEC_PER_MSEC; tcp_init_metrics()
H A Dtcp_cubic.c454 delay = (rtt_us << 3) / USEC_PER_MSEC; bictcp_acked()
/linux-4.1.27/kernel/trace/
H A Dring_buffer_benchmark.c324 do_div(time, USEC_PER_MSEC); ring_buffer_producer()
H A Dtrace_output.c533 unsigned long abs_usec = do_div(abs_ts, USEC_PER_MSEC); lat_print_timestamp()
535 unsigned long rel_usec = do_div(rel_ts, USEC_PER_MSEC); lat_print_timestamp()
/linux-4.1.27/arch/x86/kernel/
H A Dsmp.c239 timeout = USEC_PER_MSEC * 10; native_stop_other_cpus()
/linux-4.1.27/net/sched/
H A Dsch_pie.c83 params->tupdate = usecs_to_jiffies(30 * USEC_PER_MSEC); /* 30 ms */ pie_params_init()
/linux-4.1.27/drivers/base/power/
H A Dmain.c372 usecs / USEC_PER_MSEC, usecs % USEC_PER_MSEC); dpm_show_time()
/linux-4.1.27/drivers/cpufreq/
H A Dintel_pstate.c829 sample_time = pid_params.sample_rate_ms * USEC_PER_MSEC; intel_pstate_get_scaled_busy()
/linux-4.1.27/net/mac80211/
H A Dmlme.c1493 if (latency > (1900 * USEC_PER_MSEC) && ieee80211_recalc_ps()

Completed in 645 milliseconds