Searched refs:max_cap (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A 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 …]
|
H A 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()
|
H A 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()
|
H A D | fair.c | 7818 unsigned long busy_time, max_cap = arch_scale_cpu_capacity(prev_cpu); in eenv_task_busy_time() local 7821 if (unlikely(irq >= max_cap)) in eenv_task_busy_time() 7822 busy_time = max_cap; in eenv_task_busy_time() 7824 busy_time = scale_irq_capacity(task_util_est(p), irq, max_cap); in eenv_task_busy_time()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 394 unsigned int min_cap, max_cap; in get_perf_level_count() local 400 max_cap = arch_scale_cpu_capacity(cpu); in get_perf_level_count() 401 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in get_perf_level_count() 403 if ((min_cap == 0) || (max_cap < min_cap)) in get_perf_level_count() 405 return 1 + max_cap / CPPC_EM_CAP_STEP - min_cap / CPPC_EM_CAP_STEP; in get_perf_level_count() 424 unsigned int min_cap, max_cap; in cppc_get_cpu_power() local 436 max_cap = arch_scale_cpu_capacity(cpu_dev->id); in cppc_get_cpu_power() 437 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in cppc_get_cpu_power() 440 max_cap); in cppc_get_cpu_power() 442 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() [all …]
|
/openbmc/qemu/hw/xen/ |
H A D | xen-host-pci-device.c | 364 int max_cap = XEN_HOST_PCI_MAX_EXT_CAP; in xen_host_pci_find_ext_cap_offset() local 388 max_cap--; in xen_host_pci_find_ext_cap_offset() 389 } while (max_cap > 0); in xen_host_pci_find_ext_cap_offset()
|
H A D | xen_pt_config_init.c | 1880 unsigned max_cap = XEN_PCI_CAP_MAX; in find_cap_offset() local 1891 while (max_cap--) { in find_cap_offset()
|
/openbmc/linux/drivers/infiniband/hw/erdma/ |
H A 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()
|
H A D | erdma.h | 171 u32 max_cap; member
|
H A 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()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | llcc-qcom.c | 98 u32 max_cap; member 555 desc->slice_size = cfg->max_cap; in llcc_slice_getd() 746 max_cap_cacheline = MAX_CAP_TO_BYTES(config->max_cap); in _qcom_llcc_cfg_program()
|
/openbmc/linux/drivers/hwmon/ |
H A 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()
|