-
CONFIG_SCHED_IORR
¶
IORR scheduler
Type: bool
Help¶
IORR (IO sensitive Round Robin) scheduler supports multipule vCPUs running on on one pCPU, and they will be scheduled by a IO sensitive round robin policy.
Kconfig definition¶
At arch/x86/Kconfig:37
Included via Kconfig:3
Menu path: (top menu) → ACRN Scheduler
config SCHED_IORR bool prompt "IORR scheduler" if <choice: ACRN Scheduler> depends on <choice: ACRN Scheduler> help IORR (IO sensitive Round Robin) scheduler supports multipule vCPUs running on on one pCPU, and they will be scheduled by a IO sensitive round robin policy.
(Definitions include propagated dependencies, including from if’s and menus.)