Home
last modified time | relevance | path

Searched refs:sched_ext_ops (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dhotplug.bpf.c48 struct sched_ext_ops hotplug_cb_ops = {
57 struct sched_ext_ops hotplug_nocb_ops = {
Dminimal.bpf.c19 struct sched_ext_ops minimal_ops = {
Denq_last_no_enq_fails.bpf.c23 struct sched_ext_ops enq_last_no_enq_fails_ops = {
Dprog_run.bpf.c30 struct sched_ext_ops prog_run_ops = {
Dmaybe_null_fail_dsp.bpf.c21 struct sched_ext_ops maybe_null_fail = {
Dmaybe_null_fail_yld.bpf.c24 struct sched_ext_ops maybe_null_fail = {
Dselect_cpu_dispatch_bad_dsq.bpf.c32 struct sched_ext_ops select_cpu_dispatch_bad_dsq_ops = {
Dselect_cpu_dispatch_dbl_dsp.bpf.c33 struct sched_ext_ops select_cpu_dispatch_dbl_dsp_ops = {
Dselect_cpu_dfl.bpf.c37 struct sched_ext_ops select_cpu_dfl_ops = {
Dselect_cpu_dispatch.bpf.c37 struct sched_ext_ops select_cpu_dispatch_ops = {
Dmaybe_null.bpf.c31 struct sched_ext_ops maybe_null_success = {
Dddsp_bogus_dsq_fail.bpf.c37 struct sched_ext_ops ddsp_bogus_dsq_fail_ops = {
Dddsp_vtimelocal_fail.bpf.c34 struct sched_ext_ops ddsp_vtimelocal_fail_ops = {
Denq_select_cpu_fails.bpf.c38 struct sched_ext_ops enq_select_cpu_fails_ops = {
Dinit_enable_count.bpf.c47 struct sched_ext_ops init_enable_count_ops = {
Dcreate_dsq.bpf.c53 struct sched_ext_ops create_dsq_ops = {
Ddsp_local_on.bpf.c58 struct sched_ext_ops dsp_local_on_ops = {
Dselect_cpu_dfl_nodispatch.bpf.c84 struct sched_ext_ops select_cpu_dfl_nodispatch_ops = {
Dexit.bpf.c76 struct sched_ext_ops exit_ops = {
Dselect_cpu_vtime.bpf.c83 struct sched_ext_ops select_cpu_vtime_ops = {
Dmaximal.bpf.c133 struct sched_ext_ops maximal_ops = {
/linux-6.12.1/tools/sched_ext/include/scx/
Dcompat.bpf.h43 struct sched_ext_ops __name = { \
/linux-6.12.1/kernel/sched/
Dext.c9 #define SCX_OP_IDX(op) (offsetof(struct sched_ext_ops, op) / sizeof(void (*)(void)))
205 struct sched_ext_ops { struct
871 static struct sched_ext_ops scx_ops;
4958 static void check_hotplug_seq(const struct sched_ext_ops *ops) in check_hotplug_seq()
4977 static int validate_ops(const struct sched_ext_ops *ops) in validate_ops()
4991 static int scx_ops_enable(struct sched_ext_ops *ops, struct bpf_link *link) in scx_ops_enable()
5435 const struct sched_ext_ops *uops = udata; in bpf_scx_init_member()
5436 struct sched_ext_ops *ops = kdata; in bpf_scx_init_member()
5441 case offsetof(struct sched_ext_ops, dispatch_max_batch): in bpf_scx_init_member()
5446 case offsetof(struct sched_ext_ops, flags): in bpf_scx_init_member()
[all …]
/linux-6.12.1/tools/sched_ext/
DREADME.md111 // vmlinux.h provides the definition for struct sched_ext_ops.
113 struct sched_ext_ops example_ops {
/linux-6.12.1/Documentation/scheduler/
Dsched-ext.rst122 programs that implement ``struct sched_ext_ops``. The only mandatory field
187 struct sched_ext_ops simple_ops = {

12