Home
last modified time | relevance | path

Searched full:estimated (Results 1 – 25 of 160) sorted by relevance

1234567

/Linux-v6.1/tools/power/cpupower/bench/
Dbenchmark.c36 unsigned int estimated = GAUGECOUNT; in calculate_timespace() local
45 ROUNDS(estimated); in calculate_timespace()
53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace()
60 estimated = rounds; in calculate_timespace()
65 return estimated; in calculate_timespace()
/Linux-v6.1/net/ipv4/
Dtcp_bbr.c4 * rate (throughput) estimated from ACKs. In a nutshell:
44 * we estimated that we reached the full bw of the pipe then we enter PROBE_BW;
84 BBR_PROBE_BW, /* discover, share bw: pace around estimated bw */
141 /* Pace at ~1% below estimated bw, on average, to reduce queue at bottleneck.
144 * lower than the estimated bandwidth. This is an important aspect of the
222 /* Return the estimated bandwidth of the path, in pkts/uS << BW_SCALE. */
350 /* Calculate bdp based on min RTT and the estimated bottleneck bandwidth:
411 /* Find inflight based on min RTT and the estimated bottleneck bandwidth. */
475 * recovery started (capped by the target cwnd based on estimated BDP).
563 /* The pacing_gain of 1.0 paces at the estimated bw to try to fully in bbr_is_next_cycle_phase()
[all …]
Dtcp_hybla.c122 * Inrement<<7 is estimated by doing: in hybla_cong_avoid()
137 * as long as increment is estimated as (rho<<7)/window in hybla_cong_avoid()
Dtcp_rate.c167 * Note that rate may still be over-estimated when a spuriously in tcp_rate_gen()
169 * is under-estimated (up to an RTT). However continuously in tcp_rate_gen()
Dtcp_lp.c67 * @remote_hz: estimated remote HZ
134 * We keep on updating the estimated value, where original TCP-LP
/Linux-v6.1/drivers/md/
Ddm-ps-historical-service-time.c13 * will never have the best estimated service time, or if the entire
358 * Compare the estimated service time of 2 paths, pi1 and pi2,
378 /* Check here if estimated latency for two paths are too similar. in hst_compare()
400 /* Compare estimated service time. If outstanding is the same, we in hst_compare()
511 * finished any requests within the fresh period, the estimated in hst_end_io()
Ddm-ps-service-time.c201 * Compare the estimated service time of 2 paths, pi1 and pi2,
210 * Basically, the service time is estimated by:
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddm-service-time.rst6 which selects a path with the shortest estimated service time for
9 The service time for each path is estimated by dividing the total size
/Linux-v6.1/include/uapi/linux/
Dtimex.h70 __kernel_long_t esterror;/* estimated error (usec) */
108 long long esterror;/* estimated error (usec) */
142 #define ADJ_ESTERROR 0x0008 /* estimated time error */
/Linux-v6.1/Documentation/admin-guide/pm/
Dcpufreq.rst448 estimated for all of them and the greatest result is taken as the load estimate
460 It generally selects CPU frequencies proportional to the estimated load, so that
486 If the estimated CPU load is above this value (in percent), the governor
488 Otherwise, the selected frequency will be proportional to the estimated
516 value is exceeded by the estimated CPU load) or sensitivity threshold
562 (configurable) threshold has been exceeded by the estimated CPU load.
581 If the estimated CPU load is greater than this value, the frequency will
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-cfq-target-latency7 It contains an estimated latency time for the cfq. cfq will
/Linux-v6.1/Documentation/devicetree/bindings/rng/
Dtimeriomem_rng.yaml24 Estimated number of bits of true entropy per 1024 bits read from the rng.
/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dcadence-nand-controller.txt17 - cdns,board-delay-ps : Estimated Board delay. The value includes the total
/Linux-v6.1/include/linux/
Dbacking-dev-defs.h123 unsigned long write_bandwidth; /* the estimated write bandwidth */
129 * @dirty_ratelimit tracks the estimated @balanced_dirty_ratelimit
Denergy_model.h210 * @pd : performance domain for which energy has to be estimated
266 * is estimated as: in em_cpu_energy()
/Linux-v6.1/sound/pci/emu10k1/
Dp17v.h134 #define P17V_SRP_P17V_ESR 0x8B /* SRP_P17V estimated sample rate and rate lock */
135 #define P17V_SRP_REC_ESR 0x8C /* SRP_REC estimated sample rate and rate lock */
/Linux-v6.1/drivers/net/wireless/broadcom/b43/
Dtables_nphy.h156 #define B43_NTAB_C0_ESTPLT_R3 B43_NTAB8(26, 0) /* estimated power lookup 0 */
162 #define B43_NTAB_C1_ESTPLT_R3 B43_NTAB8(27, 0) /* estimated power lookup 1 */
/Linux-v6.1/drivers/net/wireless/
Dmac80211_hwsim.h115 * @HWSIM_ATTR_RX_RATE: estimated rx rate index for this frame at user
117 * @HWSIM_ATTR_SIGNAL: estimated RX signal for this frame at user
/Linux-v6.1/kernel/sched/
Dfeatures.h95 * UtilEstimation. Use estimated CPU utilization.
/Linux-v6.1/Documentation/misc-devices/
Dapds990x.rst36 is estimated and new measurement is triggered if necessary.
/Linux-v6.1/Documentation/power/
Denergy-model.rst15 from one platform to another. These power costs can be estimated using
172 The energy consumed by a performance domain can be estimated using the
/Linux-v6.1/net/sunrpc/
Dtimer.c93 * rpc_calc_rto - Provide an estimated timeout value
/Linux-v6.1/drivers/media/tuners/
Dmt2060_priv.h50 FMF : Estimated first IF Center frequency Offset ( ? )
/Linux-v6.1/net/dccp/
Dackvec.h27 /* Estimated minimum average Ack Vector length - used for updating MPS */
/Linux-v6.1/drivers/net/ethernet/dec/tulip/
DKconfig86 If your estimated Rx load is 10kpps or more, or if the card will be

1234567