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

/linux-4.4.14/drivers/idle/
H A Dintel_idle.c82 static unsigned int lapic_timer_reliable_states = (1 << 1); /* Default to only C1 */ variable
746 if (!(lapic_timer_reliable_states & (1 << (cstate)))) intel_idle()
751 if (!(lapic_timer_reliable_states & (1 << (cstate)))) intel_idle()
791 if (lapic_timer_reliable_states != LAPIC_TIMER_ALWAYS_RELIABLE) cpu_hotplug_notify()
966 lapic_timer_reliable_states = LAPIC_TIMER_ALWAYS_RELIABLE; intel_idle_probe()
973 pr_debug(PREFIX "lapic_timer_reliable_states 0x%x\n", intel_idle_probe()
974 lapic_timer_reliable_states); intel_idle_probe()
1233 if (lapic_timer_reliable_states != LAPIC_TIMER_ALWAYS_RELIABLE) intel_idle_exit()

Completed in 251 milliseconds