Searched refs:estimated (Results 1 – 19 of 19) sorted by relevance
/linux-6.3-rc2/tools/power/cpupower/bench/ |
A 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
A D | link_dp_dpia_bw.c | 375 int available = 0, estimated = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dc_link_get_usb4_req_bw_resp() local 379 if (estimated == host_router_total_estimated_bw) { in dc_link_get_usb4_req_bw_resp() 382 if (link->dpia_bw_alloc_config.estimated_bw < estimated) { in dc_link_get_usb4_req_bw_resp() 383 available = estimated - link->dpia_bw_alloc_config.estimated_bw; in dc_link_get_usb4_req_bw_resp() 384 link->dpia_bw_alloc_config.estimated_bw = estimated; in dc_link_get_usb4_req_bw_resp() 391 if (link->dpia_bw_alloc_config.estimated_bw < estimated) in dc_link_get_usb4_req_bw_resp() 392 available = estimated - link->dpia_bw_alloc_config.estimated_bw; in dc_link_get_usb4_req_bw_resp() 395 link->dpia_bw_alloc_config.estimated_bw = estimated; in dc_link_get_usb4_req_bw_resp()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-cfq-target-latency | 7 It contains an estimated latency time for the cfq. cfq will
|
A D | sysfs-timecard | 258 the estimated point where the FPGA latches the PHC time. This
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A 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-6.3-rc2/Documentation/misc-devices/ |
A D | apds990x.rst | 36 is estimated and new measurement is triggered if necessary.
|
/linux-6.3-rc2/Documentation/power/ |
A 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-6.3-rc2/Documentation/admin-guide/pm/ |
A 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
|
A D | intel_pstate.rst | 623 estimated CPU load and maps the load of 100% to the maximum supported frequency
|
/linux-6.3-rc2/drivers/net/ethernet/dec/tulip/ |
A D | Kconfig | 86 If your estimated Rx load is 10kpps or more, or if the card will be
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | multigen_lru.rst | 117 Each bin contains an estimated number of pages that have been accessed
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-arm-spe.txt | 108 estimated from the 'sample_pop' and 'inst_retired' PMU events.
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | timestamping.rst | 65 estimated (e.g. with the frame counter in USB).
|
/linux-6.3-rc2/Documentation/networking/ |
A D | eql.rst | 134 <slave-name> <estimated-bps>". Here are some example enslavings::
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | sha1-armv4-large.S | 38 @ full unroll = interleaved Xload/update, full unroll, estimated[!];
|
/linux-6.3-rc2/drivers/md/ |
A D | Kconfig | 464 time by comparing estimated service time (based on historical
|
/linux-6.3-rc2/Documentation/block/ |
A D | bfq-iosched.rst | 486 timeout_sync, according to the estimated peak rate.
|
/linux-6.3-rc2/net/netfilter/ |
A D | Kconfig | 1532 rate estimated by the RATEEST target.
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | api.rst | 4316 >0 if a new HPT is being prepared, the value is an estimated 4337 It then returns a positive integer with the estimated number of 4350 estimated number of milliseconds until preparation is complete.
|
Completed in 44 milliseconds