Searched refs:estimated (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
H 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()
|
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_dpia_bw.c | 259 DC_LOG_ERROR("%s: Request bw greater than estimated bw for link(%d)\n", in set_usb4_req_bw_req() 354 int estimated = 0; in dpia_handle_bw_alloc_response() local 367 estimated = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dpia_handle_bw_alloc_response() 372 __func__, link->dpia_bw_alloc_config.estimated_bw, estimated); in dpia_handle_bw_alloc_response() 375 link->dpia_bw_alloc_config.estimated_bw = estimated; in dpia_handle_bw_alloc_response() 383 * => get estimated and allocate that in dpia_handle_bw_alloc_response() 405 estimated = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dpia_handle_bw_alloc_response() 410 __func__, link->dpia_bw_alloc_config.estimated_bw, estimated); in dpia_handle_bw_alloc_response() 412 link->dpia_bw_alloc_config.estimated_bw = estimated; in dpia_handle_bw_alloc_response()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 38 @ full unroll = interleaved Xload/update, full unroll, estimated[!];
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 38 @ full unroll = interleaved Xload/update, full unroll, estimated[!];
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 4001 /* Update root cfs_rq's estimated utilization */ in util_est_enqueue() 4017 /* Update root cfs_rq's estimated utilization */ in util_est_dequeue() 4051 * Skip update of task's estimated utilization when the task has not in util_est_update() 4080 * Skip update of task's estimated utilization when its members are in util_est_update() 4100 * Update Task's estimated utilization in util_est_update() 5825 * Let's add the task's estimated utilization to the cfs_rq's in enqueue_task_fair() 5826 * estimated utilization, before we update schedutil. in enqueue_task_fair() 6677 * Amount of capacity of a CPU that is (estimated to be) used by CFS tasks 6693 * The estimated utilization of a CPU is defined to be the maximum between its 6694 * cfs_rq.avg.util_avg and the sum of the estimated utilizatio 6812 unsigned int estimated = cpu_util_without() local [all...] |
Completed in 14 milliseconds