Home
last modified time | relevance | path

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

/linux/lib/
A Ddynamic_queue_limits.c101 limit = clamp(limit, dql->min_limit, dql->max_limit); in dql_completed()
133 dql->max_limit = DQL_MAX_LIMIT; in dql_init()
/linux/include/linux/
A Ddynamic_queue_limits.h62 unsigned int max_limit; /* Max limit */ member
/linux/drivers/cpufreq/
A Dintel_pstate.c2023 u32 max_limit = (hwp_req & 0xff00) >> 8; in intel_pstate_hwp_boost_up() local
2042 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
2056 max_limit != HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()
2057 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
/linux/Documentation/hwmon/
A Dsysfs-interface.rst631 limits using clamp_val(value, min_limit, max_limit). If it is not continuous
/linux/net/core/
A Dnet-sysfs.c1400 BQL_ATTR(limit_max, max_limit);

Completed in 15 milliseconds