Searched refs:max_cap (Results 1 – 4 of 4) sorted by relevance
124 unsigned long cap, max_cap = 0; in cpudl_find() local137 if (cap > max_cap || in cpudl_find()138 (cpu == task_cpu(p) && cap == max_cap)) { in cpudl_find()139 max_cap = cap; in cpudl_find()
467 unsigned int max_cap; in rt_task_fits_capacity() local475 max_cap = uclamp_eff_value(p, UCLAMP_MAX); in rt_task_fits_capacity()479 return cpu_cap >= min(min_cap, max_cap); in rt_task_fits_capacity()
86 u32 max_cap; member264 desc->slice_size = cfg->max_cap; in llcc_slice_getd()436 max_cap_cacheline = MAX_CAP_TO_BYTES(config->max_cap); in _qcom_llcc_cfg_program()
71 u64 max_cap; member230 if (temp > resource->caps.max_cap || temp < resource->caps.min_cap) in set_cap()407 val = resource->caps.max_cap * 1000; in show_val()
Completed in 15 milliseconds