scx_layered 1.0.19

A highly configurable multi-layer BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main
Documentation
1
2
3
4
5
6
7
8
#pragma once

struct cpumask;

void scx_test_set_all_cpumask(int cpu);
void scx_test_set_idle_smtmask(int cpu);
void scx_test_set_idle_cpumask(int cpu);
void scx_test_cpumask_set(int cpu, struct cpumask *cpumask);