Home
last modified time | relevance | path

Searched refs:scx_bpf_create_dsq (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/sched_ext/ !
H A Dcreate_dsq.bpf.c24 err = scx_bpf_create_dsq(p->pid, -1); in BPF_STRUCT_OPS_SLEEPABLE()
38 err = scx_bpf_create_dsq(i, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dpeek_dsq.bpf.c193 err = scx_bpf_create_dsq(test_dsq_id, -1); in BPF_STRUCT_OPS_SLEEPABLE()
198 err = scx_bpf_create_dsq(real_dsq_id, -1); in BPF_STRUCT_OPS_SLEEPABLE()
208 err = scx_bpf_create_dsq(dsq_id, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dprog_run.bpf.c19 scx_bpf_create_dsq(0, -1); in BPF_PROG()
H A Dhotplug.bpf.c26 scx_bpf_create_dsq(0, -1); in exit_from_hotplug()
H A Dexit.bpf.c72 return scx_bpf_create_dsq(DSQ_ID, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dnuma.bpf.c79 err = scx_bpf_create_dsq(node, node); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dselect_cpu_vtime.bpf.c81 return scx_bpf_create_dsq(VTIME_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dmaximal.bpf.c131 return scx_bpf_create_dsq(DSQ_ID, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Ddequeue.bpf.c366 ret = scx_bpf_create_dsq(SHARED_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
/linux/tools/sched_ext/ !
H A Dscx_cpu0.bpf.c76 ret = scx_bpf_create_dsq(DSQ_CPU0, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_simple.bpf.c138 ret = scx_bpf_create_dsq(SHARED_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_qmap.bpf.c949 ret = scx_bpf_create_dsq(SHARED_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
955 ret = scx_bpf_create_dsq(HIGHPRI_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
961 ret = scx_bpf_create_dsq(LOWPRI_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_central.bpf.c342 ret = scx_bpf_create_dsq(FALLBACK_DSQ_ID, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_flatcg.bpf.c846 ret = scx_bpf_create_dsq(cgid, -1); in BPF_STRUCT_OPS_SLEEPABLE()
936 ret = scx_bpf_create_dsq(FALLBACK_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_sdt.bpf.c695 ret = scx_bpf_create_dsq(SHARED_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
/linux/tools/sched_ext/include/scx/ !
H A Dcommon.bpf.h61 s32 scx_bpf_create_dsq(u64 dsq_id, s32 node) __ksym;
/linux/Documentation/scheduler/ !
H A Dsched-ext.rst251 an arbitrary number of DSQs using ``scx_bpf_create_dsq()`` and
/linux/kernel/sched/ !
H A Dext.c8444 __bpf_kfunc s32 scx_bpf_create_dsq(u64 dsq_id, s32 node, const struct bpf_prog_aux *aux) in scx_bpf_create_dsq() function
8493 BTF_ID_FLAGS(func, scx_bpf_create_dsq, KF_IMPLICIT_ARGS | KF_SLEEPABLE)