Searched refs:promotion (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_idle.c192 old->promotion.count = 0;
562 /* Don't do promotion/demotion */
578 if (cx->promotion.state &&
579 ((cx->promotion.state - pr->power.states) <= max_cstate)) {
580 if (sleep_ticks > cx->promotion.threshold.ticks &&
581 cx->promotion.state->latency <= system_latency_constraint()) {
582 cx->promotion.count++;
584 if (cx->promotion.count >=
585 cx->promotion.threshold.count) {
589 promotion
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dprocessor.h71 struct acpi_processor_cx_policy promotion; member in struct:acpi_processor_cx

Completed in 49 milliseconds