-
CONFIG_SCHED_NOOP¶
NOOP scheduler
Type: bool
Help¶
The NOOP (No-Operation) scheduler means there is a strict 1 to 1 mapping between vCPUs and pCPUs.
Kconfig definition¶
At arch/x86/Kconfig:31
Included via Kconfig:3
Menu path: (top menu) → ACRN Scheduler
config SCHED_NOOP
bool
prompt "NOOP scheduler" if <choice: ACRN Scheduler>
depends on <choice: ACRN Scheduler>
help
The NOOP (No-Operation) scheduler means there is a strict 1 to 1 mapping
between vCPUs and pCPUs.
(Definitions include propagated dependencies, including from if’s and menus.)