====== isolcpus ====== The isolcpus kernel parameter can be used to specify CPUs to be isolated from the general SMP balancing and scheduler algorithms. The argument is a CPU list: isolcpus=,…., ===== References ====== * [[https://docs.kernel.org/admin-guide/kernel-parameters.html#cpu-lists|cpu lists in The kernel's command-line parameters]] * [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/linux/sched/isolation.h|include/linux/sched/isolation.h]] * [[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/sched/isolation.c|kernel/sched/isolation.c]]