Home
last modified time | relevance | path

Searched refs:max_limit (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Ddynamic_queue_limits.c173 limit = clamp(limit, dql->min_limit, dql->max_limit); in dql_completed()
211 dql->max_limit = DQL_MAX_LIMIT; in dql_init()
/linux/drivers/cpufreq/
H A Dintel_pstate.c2346 u32 max_limit = (hwp_req & 0xff00) >> 8; in intel_pstate_hwp_boost_up() local
2365 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
2379 max_limit != HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()
2380 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
/linux/net/core/
H A Dnet-sysfs.c1667 BQL_ATTR(limit_max, max_limit);