Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H 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()
/openbmc/linux/include/linux/
H A Ddynamic_queue_limits.h62 unsigned int max_limit; /* Max limit */ member
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c2094 u32 max_limit = (hwp_req & 0xff00) >> 8; in intel_pstate_hwp_boost_up() local
2113 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
2127 max_limit != HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()
2128 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot276 ${max_limit}= Evaluate ${target_speed}+${tolerance_value}
279 ... ${fan_speed} < ${min_limit} or ${fan_speed} > ${max_limit}
/openbmc/linux/Documentation/hwmon/
H A Dsysfs-interface.rst635 limits using clamp_val(value, min_limit, max_limit). If it is not continuous
/openbmc/linux/net/core/
H A Dnet-sysfs.c1428 BQL_ATTR(limit_max, max_limit);