Symbol: scx_bpf_create_dsq
kernel/sched/ext.c
6531
BTF_ID_FLAGS(func, scx_bpf_create_dsq, KF_SLEEPABLE)
tools/sched_ext/include/scx/common.bpf.h
61
s32 scx_bpf_create_dsq(u64 dsq_id, s32 node) __ksym;
tools/sched_ext/scx_central.bpf.c
303
ret = scx_bpf_create_dsq(FALLBACK_DSQ_ID, -1);
tools/sched_ext/scx_cpu0.bpf.c
76
ret = scx_bpf_create_dsq(DSQ_CPU0, -1);
tools/sched_ext/scx_flatcg.bpf.c
844
ret = scx_bpf_create_dsq(cgid, -1);
tools/sched_ext/scx_flatcg.bpf.c
934
ret = scx_bpf_create_dsq(FALLBACK_DSQ, -1);
tools/sched_ext/scx_qmap.bpf.c
868
ret = scx_bpf_create_dsq(SHARED_DSQ, -1);
tools/sched_ext/scx_qmap.bpf.c
874
ret = scx_bpf_create_dsq(HIGHPRI_DSQ, -1);
tools/sched_ext/scx_sdt.bpf.c
694
ret = scx_bpf_create_dsq(SHARED_DSQ, -1);
tools/sched_ext/scx_simple.bpf.c
136
ret = scx_bpf_create_dsq(SHARED_DSQ, -1);
tools/testing/selftests/sched_ext/create_dsq.bpf.c
24
err = scx_bpf_create_dsq(p->pid, -1);
tools/testing/selftests/sched_ext/create_dsq.bpf.c
38
err = scx_bpf_create_dsq(i, -1);
tools/testing/selftests/sched_ext/exit.bpf.c
72
return scx_bpf_create_dsq(DSQ_ID, -1);
tools/testing/selftests/sched_ext/hotplug.bpf.c
26
scx_bpf_create_dsq(0, -1);
tools/testing/selftests/sched_ext/maximal.bpf.c
132
return scx_bpf_create_dsq(DSQ_ID, -1);
tools/testing/selftests/sched_ext/numa.bpf.c
79
err = scx_bpf_create_dsq(node, node);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
193
err = scx_bpf_create_dsq(test_dsq_id, -1);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
198
err = scx_bpf_create_dsq(real_dsq_id, -1);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
208
err = scx_bpf_create_dsq(dsq_id, -1);
tools/testing/selftests/sched_ext/prog_run.bpf.c
19
scx_bpf_create_dsq(0, -1);
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
79
return scx_bpf_create_dsq(VTIME_DSQ, -1);