KFunc scx_bpf_reenqueue_local
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.
Returns
The number of processed tasks. Can only be called from ops.cpu_release()
.
Signature
u32 scx_bpf_reenqueue_local()
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