Searched refs:max_cap (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/kernel/sched/ |
D | cpufreq_schedutil.c | 255 unsigned long max_cap) in sugov_iowait_apply() argument 284 boost = (sg_cpu->iowait_boost * max_cap) >> SCHED_CAPACITY_SHIFT; in sugov_iowait_apply() 314 u64 time, unsigned long max_cap, in sugov_update_single_common() argument 326 sugov_iowait_apply(sg_cpu, time, max_cap); in sugov_update_single_common() 337 unsigned long max_cap; in sugov_update_single_freq() local 340 max_cap = arch_scale_cpu_capacity(sg_cpu->cpu); in sugov_update_single_freq() 342 if (!sugov_update_single_common(sg_cpu, time, max_cap, flags)) in sugov_update_single_freq() 345 next_f = get_next_freq(sg_policy, sg_cpu->util, max_cap); in sugov_update_single_freq() 383 unsigned long max_cap; in sugov_update_single_perf() local 395 max_cap = arch_scale_cpu_capacity(sg_cpu->cpu); in sugov_update_single_perf() [all …]
|
D | cpudeadline.c | 123 unsigned long cap, max_cap = 0; in cpudl_find() local 136 if (cap > max_cap || in cpudl_find() 137 (cpu == task_cpu(p) && cap == max_cap)) { in cpudl_find() 138 max_cap = cap; in cpudl_find()
|
D | rt.c | 512 unsigned int max_cap; in rt_task_fits_capacity() local 520 max_cap = uclamp_eff_value(p, UCLAMP_MAX); in rt_task_fits_capacity() 524 return cpu_cap >= min(min_cap, max_cap); in rt_task_fits_capacity()
|
D | fair.c | 7677 unsigned long busy_time, max_cap = arch_scale_cpu_capacity(prev_cpu); in eenv_task_busy_time() local 7680 if (unlikely(irq >= max_cap)) in eenv_task_busy_time() 7681 busy_time = max_cap; in eenv_task_busy_time() 7683 busy_time = scale_irq_capacity(task_util_est(p), irq, max_cap); in eenv_task_busy_time()
|
/linux-6.6.21/drivers/cpufreq/ |
D | cppc_cpufreq.c | 486 unsigned int min_cap, max_cap; in get_perf_level_count() local 492 max_cap = arch_scale_cpu_capacity(cpu); in get_perf_level_count() 493 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in get_perf_level_count() 495 if ((min_cap == 0) || (max_cap < min_cap)) in get_perf_level_count() 497 return 1 + max_cap / CPPC_EM_CAP_STEP - min_cap / CPPC_EM_CAP_STEP; in get_perf_level_count() 516 unsigned int min_cap, max_cap; in cppc_get_cpu_power() local 525 max_cap = arch_scale_cpu_capacity(cpu_dev->id); in cppc_get_cpu_power() 526 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in cppc_get_cpu_power() 529 max_cap); in cppc_get_cpu_power() 531 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() [all …]
|
/linux-6.6.21/drivers/infiniband/hw/erdma/ |
D | erdma_main.c | 385 dev->res_cb[ERDMA_RES_TYPE_PD].max_cap = ERDMA_MAX_PD; in erdma_dev_attrs_init() 386 dev->res_cb[ERDMA_RES_TYPE_STAG_IDX].max_cap = dev->attrs.max_mr; in erdma_dev_attrs_init() 424 bitmap_zalloc(dev->res_cb[i].max_cap, GFP_KERNEL); in erdma_res_cb_init()
|
D | erdma.h | 171 u32 max_cap; member
|
D | erdma_verbs.c | 255 idx = find_next_zero_bit(res_cb->bitmap, res_cb->max_cap, in erdma_alloc_idx() 257 if (idx == res_cb->max_cap) { in erdma_alloc_idx() 258 idx = find_first_zero_bit(res_cb->bitmap, res_cb->max_cap); in erdma_alloc_idx() 259 if (idx == res_cb->max_cap) { in erdma_alloc_idx()
|
/linux-6.6.21/drivers/soc/qcom/ |
D | llcc-qcom.c | 98 u32 max_cap; member 555 desc->slice_size = cfg->max_cap; in llcc_slice_getd() 744 max_cap_cacheline = MAX_CAP_TO_BYTES(config->max_cap); in _qcom_llcc_cfg_program()
|
/linux-6.6.21/drivers/hwmon/ |
D | acpi_power_meter.c | 72 u64 max_cap; member 231 if (temp > resource->caps.max_cap || temp < resource->caps.min_cap) in set_cap() 411 val = resource->caps.max_cap * 1000; in show_val()
|