scx_lavd 1.0.20

A Latency-criticality Aware Virtual Deadline (LAVD) scheduler based on 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
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);