KFunc scx_bpf_reenqueue_local___v2
This function re-enqueues tasks on a local DSQ.
Definition
Iterate over all of the tasks currently enqueued on the local DSQ of the caller's CPU, and re-enqueue them in the BPF scheduler.
Warn
This kfunc is meant as replacement for scx_bpf_reenqueue_local. Until kernel v7.3 (4 releases after v6.19) at which time the old implementation is deleted and renamed to scx_bpf_reenqueue_local, a breaking change in the function signature.
Its recommended to use the scx_bpf_reenqueue_local function from the SCX common library instead of defining the kfunc manually to facilitate smooth transition across kernel versions.
Signature
void scx_bpf_reenqueue_local___v2()
Usage
Docs could be improved
This part of the docs is incomplete, contributions are very welcome
Program types
The following program types can make use of this kfunc:
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome