Lines Matching defs:limit
227 p_limit = &pr->limit;
235 pr_warn("Exceed the limit of T-state \n");
293 struct acpi_processor_limit *limit;
315 * _TPC limit. But it is reasonable that OSPM changes
317 * Of course the limit condition of thermal
320 limit = &pr->limit;
322 if (limit->thermal.tx > target_state)
323 target_state = limit->thermal.tx;
324 if (limit->user.tx > target_state)
325 target_state = limit->user.tx;
333 * If the current state is lower than the limit of _TPC, it
336 * Because the previous state meets with the limit condition