Home
last modified time | relevance | path

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

12345678910>>...14

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_dpia_bw.c212 * HR BW = Estimated(dpia_primary) + Allocated(dpia_secondary) in get_host_router_total_dp_tunnel_bw()
213 * otherwise HR BW = Estimated(bw alloc enabled dpia) in get_host_router_total_dp_tunnel_bw()
259 DC_LOG_ERROR("%s: Request bw greater than estimated bw for link(%d)\n", in set_usb4_req_bw_req()
346 * During DP tunnel creation, CM preallocates BW and reduces estimated BW of other in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
348 * to make the CM to release preallocation and update estimated BW correctly for in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
362 int estimated = 0; in dpia_handle_bw_alloc_response() local
375 estimated = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dpia_handle_bw_alloc_response()
380 __func__, link->dpia_bw_alloc_config.estimated_bw, estimated); in dpia_handle_bw_alloc_response()
382 /* Update the new Estimated BW value updated by CM */ in dpia_handle_bw_alloc_response()
383 link->dpia_bw_alloc_config.estimated_bw = estimated; in dpia_handle_bw_alloc_response()
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z14/
Dtransaction.json53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
58 "BriefDescription": "Estimated Sourcing Cycles per Level 1 Miss",
63 "BriefDescription": "Estimated TLB CPU percentage of Total CPU",
68 "BriefDescription": "Estimated Cycles per TLB Miss",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z15/
Dtransaction.json53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
58 "BriefDescription": "Estimated Sourcing Cycles per Level 1 Miss",
63 "BriefDescription": "Estimated TLB CPU percentage of Total CPU",
68 "BriefDescription": "Estimated Cycles per TLB Miss",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z13/
Dtransaction.json53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
58 "BriefDescription": "Estimated Sourcing Cycles per Level 1 Miss",
63 "BriefDescription": "Estimated TLB CPU percentage of Total CPU",
68 "BriefDescription": "Estimated Cycles per TLB Miss",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/s390/cf_z16/
Dtransaction.json53 "BriefDescription": "Estimated Instruction Complexity CPI infinite Level 1",
58 "BriefDescription": "Estimated Sourcing Cycles per Level 1 Miss",
63 "BriefDescription": "Estimated TLB CPU percentage of Total CPU",
68 "BriefDescription": "Estimated Cycles per TLB Miss",
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c122 printf("Estimated total seccomp overhead for 1 filter: %llu ns\n", in main()
125 printf("Estimated total seccomp overhead for 2 filters: %llu ns\n", in main()
128 printf("Estimated seccomp per-filter overhead: %llu ns\n", in main()
131 printf("Estimated seccomp entry overhead: %llu ns\n", in main()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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;
82 BBR_PROBE_BW, /* discover, share bw: pace around estimated bw */
139 /* Pace at ~1% below estimated bw, on average, to reduce queue at bottleneck.
142 * lower than the estimated bandwidth. This is an important aspect of the
220 /* Return the estimated bandwidth of the path, in pkts/uS << BW_SCALE. */
348 /* Calculate bdp based on min RTT and the estimated bottleneck bandwidth:
409 /* Find inflight based on min RTT and the estimated bottleneck bandwidth. */
473 * recovery started (capped by the target cwnd based on estimated BDP).
561 /* 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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/md/
Ddm-historical-service-time.c13 * will never have the best estimated service time, or if the entire
355 * Compare the estimated service time of 2 paths, pi1 and pi2,
375 /* Check here if estimated latency for two paths are too similar. in hst_compare()
397 /* Compare estimated service time. If outstanding is the same, we in hst_compare()
508 * finished any requests within the fresh period, the estimated in hst_end_io()
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-cfq-target-latency7 It contains an estimated latency time for the cfq. cfq will
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-cfq-target-latency7 It contains an estimated latency time for the cfq. cfq will
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/
Dtimeriomem_rng.txt9 - quality : estimated number of bits of true entropy per 1024 bits read from the
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/rng/
Dtimeriomem_rng.yaml24 Estimated number of bits of true entropy per 1024 bits read from the rng.
/kernel/linux/linux-5.10/Documentation/power/
Denergy-model.rst15 from one platform to another. These power costs can be estimated using
102 The energy consumed by a performance domain can be estimated using the

12345678910>>...14