Searched full:estimated (Results 1 – 25 of 160) sorted by relevance
1234567
/Linux-v6.1/tools/power/cpupower/bench/ |
D | benchmark.c | 36 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/ |
D | tcp_bbr.c | 4 * 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 …]
|
D | tcp_hybla.c | 122 * 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()
|
D | tcp_rate.c | 167 * 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()
|
D | tcp_lp.c | 67 * @remote_hz: estimated remote HZ 134 * We keep on updating the estimated value, where original TCP-LP
|
/Linux-v6.1/drivers/md/ |
D | dm-ps-historical-service-time.c | 13 * 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()
|
D | dm-ps-service-time.c | 201 * 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/ |
D | dm-service-time.rst | 6 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/ |
D | timex.h | 70 __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/ |
D | cpufreq.rst | 448 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/ |
D | sysfs-cfq-target-latency | 7 It contains an estimated latency time for the cfq. cfq will
|
/Linux-v6.1/Documentation/devicetree/bindings/rng/ |
D | timeriomem_rng.yaml | 24 Estimated number of bits of true entropy per 1024 bits read from the rng.
|
/Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
D | cadence-nand-controller.txt | 17 - cdns,board-delay-ps : Estimated Board delay. The value includes the total
|
/Linux-v6.1/include/linux/ |
D | backing-dev-defs.h | 123 unsigned long write_bandwidth; /* the estimated write bandwidth */ 129 * @dirty_ratelimit tracks the estimated @balanced_dirty_ratelimit
|
D | energy_model.h | 210 * @pd : performance domain for which energy has to be estimated 266 * is estimated as: in em_cpu_energy()
|
/Linux-v6.1/sound/pci/emu10k1/ |
D | p17v.h | 134 #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/ |
D | tables_nphy.h | 156 #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/ |
D | mac80211_hwsim.h | 115 * @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/ |
D | features.h | 95 * UtilEstimation. Use estimated CPU utilization.
|
/Linux-v6.1/Documentation/misc-devices/ |
D | apds990x.rst | 36 is estimated and new measurement is triggered if necessary.
|
/Linux-v6.1/Documentation/power/ |
D | energy-model.rst | 15 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/ |
D | timer.c | 93 * rpc_calc_rto - Provide an estimated timeout value
|
/Linux-v6.1/drivers/media/tuners/ |
D | mt2060_priv.h | 50 FMF : Estimated first IF Center frequency Offset ( ? )
|
/Linux-v6.1/net/dccp/ |
D | ackvec.h | 27 /* Estimated minimum average Ack Vector length - used for updating MPS */
|
/Linux-v6.1/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 86 If your estimated Rx load is 10kpps or more, or if the card will be
|
1234567