Searched refs:scx_bpf_create_dsq (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | create_dsq.bpf.c | 24 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 D | prog_run.bpf.c | 19 scx_bpf_create_dsq(0, -1); in BPF_PROG()
|
| H A D | hotplug.bpf.c | 26 scx_bpf_create_dsq(0, -1); in exit_from_hotplug()
|
| H A D | exit.bpf.c | 72 return scx_bpf_create_dsq(DSQ_ID, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | numa.bpf.c | 79 err = scx_bpf_create_dsq(node, node); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | select_cpu_vtime.bpf.c | 79 return scx_bpf_create_dsq(VTIME_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | maximal.bpf.c | 128 return scx_bpf_create_dsq(DSQ_ID, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_simple.bpf.c | 134 return scx_bpf_create_dsq(SHARED_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | scx_central.bpf.c | 303 ret = scx_bpf_create_dsq(FALLBACK_DSQ_ID, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | scx_qmap.bpf.c | 808 ret = scx_bpf_create_dsq(SHARED_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE() 812 ret = scx_bpf_create_dsq(HIGHPRI_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | scx_flatcg.bpf.c | 844 ret = scx_bpf_create_dsq(cgid, -1); in BPF_STRUCT_OPS_SLEEPABLE() 930 return scx_bpf_create_dsq(FALLBACK_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 49 s32 scx_bpf_create_dsq(u64 dsq_id, s32 node) __ksym;
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-ext.rst | 201 an arbitrary number of dsq's using ``scx_bpf_create_dsq()`` and
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 6667 __bpf_kfunc s32 scx_bpf_create_dsq(u64 dsq_id, s32 node) in scx_bpf_create_dsq() function 6678 BTF_ID_FLAGS(func, scx_bpf_create_dsq, KF_SLEEPABLE)
|