Searched refs:variance (Results 1 - 19 of 19) sorted by relevance
/linux-4.4.14/net/sunrpc/ |
H A D | timer.c | 6 * Based on packet round-trip and variance estimator algorithms described 85 /* Set lower bound on the variance */ rpc_update_rtt()
|
/linux-4.4.14/tools/perf/util/ |
H A D | stat.c | 46 double variance, variance_mean; stddev_stats() local 51 variance = stats->M2 / (stats->n - 1); stddev_stats() 52 variance_mean = variance / stats->n; stddev_stats()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | tables_nphy.h | 146 #define B43_NTAB_NOISEVAR_R3 B43_NTAB32(16, 0) /* noise variance */ 170 #define B43_NTAB_NOISEVAR_R7 B43_NTAB32(16, 0) /* noise variance */
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | hdaps.c | 49 #define HDAPS_PORT_YVAR 0x1617 /* y-axis variance (what is this?) */ 50 #define HDAPS_PORT_XVAR 0x1619 /* x-axis variance (what is this?) */ 458 static DEVICE_ATTR(variance, 0444, hdaps_variance_show, NULL);
|
/linux-4.4.14/net/mac80211/ |
H A D | rc80211_minstrel.h | 46 /* calculate exponential weighted moving variance */ minstrel_ewmsd()
|
H A D | rc80211_minstrel.c | 168 /* update exponential weighted moving variance */ minstrel_calc_rate_stats()
|
/linux-4.4.14/fs/gfs2/ |
H A D | incore.h | 236 GFS2_LKS_SRTTVAR = 1, /* Non blocking smoothed variance */ 238 GFS2_LKS_SRTTVARB = 3, /* Blocking smoothed variance */ 240 GFS2_LKS_SIRTVAR = 5, /* Smoothed Inter-request variance */
|
H A D | lock_dlm.c | 29 * @mv: Pointer to mean/variance structure to update 34 * update the current srtt estimate. The variance estimate is a bit 36 * the current variance estimate and add 1/4 of that to the running 40 * mean value, and the variance is always in the following entry
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | time.c | 145 * setting up the next value. May introduce huge variance. timer_interrupt()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api-tof.h | 308 * @range_variance: Measured range variance [cm]
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | nxt200x.c | 819 /* setup to read cluster variance */ nxt200x_read_signal_strength() 840 /* setup to read cluster variance */ nxt200x_read_snr()
|
/linux-4.4.14/net/decnet/ |
H A D | dn_nsp_out.c | 139 * trip time and the variance. Backoff according to the
|
/linux-4.4.14/sound/soc/bcm/ |
H A D | bcm2835-i2s.c | 378 * variance. To minimize that it is best to have the fastest bcm2835_i2s_hw_params()
|
/linux-4.4.14/drivers/media/rc/ |
H A D | nuvoton-cir.c | 421 /* set tolerance/variance allowed per byte during wake compare */ nvt_cir_wake_regs_init()
|
/linux-4.4.14/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | 252 * adjust the step rate in order to account for oscillator variance.
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 4965.c | 1633 /* Adjust Txpower only if temperature variance is greater than threshold. */
|
H A D | 3945.c | 1108 /* Adjust Txpower only if temperature variance is greater than threshold.
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_input.c | 803 * 1. If rtt variance happened to be less 50msec, it is hallucination. tcp_set_rto()
|
/linux-4.4.14/kernel/sched/ |
H A D | fair.c | 6238 * account the variance of the tasks' load and to return true if the available
|
Completed in 993 milliseconds