Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dprocess.c749 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; variable
750 EXPORT_SYMBOL(boot_option_idle_override);
884 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in prefer_mwait_c1_over_halt()
941 if (boot_option_idle_override == IDLE_POLL) { in select_idle_routine()
1005 boot_option_idle_override = IDLE_POLL; in idle_setup()
1009 boot_option_idle_override = IDLE_HALT; in idle_setup()
1012 boot_option_idle_override = IDLE_NOMWAIT; in idle_setup()
/arch/loongarch/kernel/
A Dprocess.c66 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; variable
67 EXPORT_SYMBOL(boot_option_idle_override);
/arch/x86/include/asm/
A Dacpi.h140 boot_option_idle_override == IDLE_NOMWAIT) in arch_acpi_set_proc_cap_bits()
A Dprocessor.h581 extern unsigned long boot_option_idle_override;
/arch/loongarch/include/asm/
A Dprocessor.h193 extern unsigned long boot_option_idle_override;

Completed in 13 milliseconds