scx/scheds/rust
Andrea Righi 5908a985bc scx_bpfland: adjust task time slice based on the amount of waiting tasks
Scale the task's time slice based on the average amount of tasks that
are currently waiting to be dispatched.

Use a moving average for the amount of waiting tasks to smooth out
potential spikes caused by temporary bursts of tasks piling in the wait
queues.

This was initially modeled in scx_rustland and it seems to work pretty
well also in scx_bpfland now.

Signed-off-by: Andrea Righi <righi.andrea@gmail.com>
2024-07-22 21:53:25 +02:00
..
scx_bpfland scx_bpfland: adjust task time slice based on the amount of waiting tasks 2024-07-22 21:53:25 +02:00
scx_lavd scx_lavd: fix typo 2024-07-21 17:58:44 +09:00
scx_layered layered: Don't dispatch to LO_FALLBACK_DSQ 2024-07-19 19:14:18 -05:00
scx_mitosis Bump versions for 1.0.1 release 2024-07-15 13:21:52 -10:00
scx_rlfifo Bump versions for 1.0.1 release 2024-07-15 13:21:52 -10:00
scx_rustland Bump versions for 1.0.1 release 2024-07-15 13:21:52 -10:00
scx_rusty scx_rusty: Remove unused variable 2024-07-17 20:30:17 +08:00
meson.build Sync from kernel - 1edab907b57d 2024-07-12 11:08:41 -10:00
README.md scheds: introduce scx_bpfland 2024-06-27 17:28:42 +02:00

RUST SCHEDULERS

Introduction

This directory contains schedulers with user space rust components.

The README in each scheduler directory provides some background and describes the types of workloads or scenarios they're designed to accommodate. For more details on any of these schedulers, please see the header comment in their main.rs or *.bpf.c files.

Schedulers