Searched refs:max_limit (Results 1 – 5 of 5) sorted by relevance
101 limit = clamp(limit, dql->min_limit, dql->max_limit); in dql_completed()133 dql->max_limit = DQL_MAX_LIMIT; in dql_init()
60 unsigned int max_limit; /* Max limit */ member
1457 u32 max_limit = (hwp_req & 0xff00) >> 8; in intel_pstate_hwp_boost_up() local1476 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()1490 max_limit != HWP_GUARANTEED_PERF(cpu->hwp_cap_cached)) in intel_pstate_hwp_boost_up()1491 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
1219 BQL_ATTR(limit_max, max_limit);
788 limits using clamp_val(value, min_limit, max_limit). If it is not continuous