Home
last modified time | relevance | path

Searched refs:scx_bpf_dispatch_nr_slots (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_central.bpf.c169 if (!scx_bpf_dispatch_nr_slots()) in dispatch_to_cpu()
234 if (!scx_bpf_dispatch_nr_slots()) in BPF_STRUCT_OPS()
253 if (!scx_bpf_dispatch_nr_slots()) { in BPF_STRUCT_OPS()
H A Dscx_qmap.bpf.c820 if (!batch || !scx_bpf_dispatch_nr_slots()) { in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h68 u32 scx_bpf_dispatch_nr_slots(void) __ksym;
/linux/kernel/sched/ext/
H A Dext.c8911 * multiple tasks. scx_bpf_dispatch_nr_slots() returns the number of the in scx_dsq_insert_vtime()
9182 * scx_bpf_dispatch_nr_slots - Return the number of remaining dispatch slots
9187 __bpf_kfunc u32 scx_bpf_dispatch_nr_slots(const struct bpf_prog_aux *aux)
9397 BTF_ID_FLAGS(func, scx_bpf_dispatch_nr_slots, KF_IMPLICIT_ARGS)
9136 __bpf_kfunc u32 scx_bpf_dispatch_nr_slots(const struct bpf_prog_aux *aux) scx_bpf_dispatch_nr_slots() function