Searched refs:scx_bpf_create_dsq (Results 1 – 15 of 15) sorted by relevance
| /linux/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 | peek_dsq.bpf.c | 193 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 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 | select_cpu_vtime.bpf.c | 81 return scx_bpf_create_dsq(VTIME_DSQ, -1);
|
| H A D | numa.bpf.c | 104 err = scx_bpf_create_dsq(node, node); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | maximal.bpf.c | 131 return scx_bpf_create_dsq(DSQ_ID, -1); in BPF_STRUCT_OPS()
|
| /linux/tools/sched_ext/ |
| H A D | scx_cpu0.bpf.c | 74 ret = scx_bpf_create_dsq(DSQ_CPU0, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | scx_central.bpf.c | 350 ret = scx_bpf_create_dsq(FALLBACK_DSQ_ID, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | scx_flatcg.bpf.c | 858 ret = scx_bpf_create_dsq(cgid, -1); in BPF_STRUCT_OPS_SLEEPABLE() 948 ret = scx_bpf_create_dsq(FALLBACK_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | scx_qmap.bpf.c | 1920 ret = scx_bpf_create_dsq(SHARED_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE() 1926 ret = scx_bpf_create_dsq(HIGHPRI_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE() 1932 ret = scx_bpf_create_dsq(LOWPRI_DSQ, -1); in BPF_STRUCT_OPS_SLEEPABLE()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 63 s32 scx_bpf_create_dsq(u64 dsq_id, s32 node) __ksym;
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 267 an arbitrary number of DSQs using ``scx_bpf_create_dsq()`` and
|
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 9458 * scx_bpf_create_dsq - Create a custom DSQ in scx_bpf_create_dsq() 9466 __bpf_kfunc s32 scx_bpf_create_dsq(u64 dsq_id, s32 node, const struct bpf_prog_aux *aux) 9515 BTF_ID_FLAGS(func, scx_bpf_create_dsq, KF_IMPLICIT_ARGS | KF_SLEEPABLE) in scx_bpf_task_set_slice() 9792 * scx_bpf_create_dsq() can be destroyed. The caller must ensure that the DSQ is in bpf_iter_scx_dsq_new() 9415 __bpf_kfunc s32 scx_bpf_create_dsq(u64 dsq_id, s32 node, const struct bpf_prog_aux *aux) scx_bpf_create_dsq() function
|