Searched refs:variance (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/net/sunrpc/
H A Dtimer.c6 * 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 Dstat.c46 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 Dtables_nphy.h146 #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 Dhdaps.c49 #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 Drc80211_minstrel.h46 /* calculate exponential weighted moving variance */ minstrel_ewmsd()
H A Drc80211_minstrel.c168 /* update exponential weighted moving variance */ minstrel_calc_rate_stats()
/linux-4.4.14/fs/gfs2/
H A Dincore.h236 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 Dlock_dlm.c29 * @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 Dtime.c145 * setting up the next value. May introduce huge variance. timer_interrupt()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-tof.h308 * @range_variance: Measured range variance [cm]
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dnxt200x.c819 /* 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 Ddn_nsp_out.c139 * trip time and the variance. Backoff according to the
/linux-4.4.14/sound/soc/bcm/
H A Dbcm2835-i2s.c378 * variance. To minimize that it is best to have the fastest bcm2835_i2s_hw_params()
/linux-4.4.14/drivers/media/rc/
H A Dnuvoton-cir.c421 /* set tolerance/variance allowed per byte during wake compare */ nvt_cir_wake_regs_init()
/linux-4.4.14/drivers/regulator/
H A Dqcom_spmi-regulator.c252 * adjust the step rate in order to account for oscillator variance.
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965.c1633 /* Adjust Txpower only if temperature variance is greater than threshold. */
H A D3945.c1108 /* Adjust Txpower only if temperature variance is greater than threshold.
/linux-4.4.14/net/ipv4/
H A Dtcp_input.c803 * 1. If rtt variance happened to be less 50msec, it is hallucination. tcp_set_rto()
/linux-4.4.14/kernel/sched/
H A Dfair.c6238 * account the variance of the tasks' load and to return true if the available

Completed in 993 milliseconds