Searched refs:scx_bpf_dispatch_vtime (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | ddsp_bogus_dsq_fail.bpf.c | 23 scx_bpf_dispatch_vtime(p, 0xcafef00d, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
|
D | ddsp_vtimelocal_fail.bpf.c | 20 scx_bpf_dispatch_vtime(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
|
D | select_cpu_vtime.bpf.c | 50 scx_bpf_dispatch_vtime(p, VTIME_DSQ, SCX_SLICE_DFL, task_vtime(p), 0); in BPF_STRUCT_OPS()
|
/linux-6.12.1/tools/sched_ext/ |
D | scx_simple.bpf.c | 90 scx_bpf_dispatch_vtime(p, SHARED_DSQ, SCX_SLICE_DFL, vtime, in BPF_STRUCT_OPS()
|
D | scx_flatcg.bpf.c | 405 scx_bpf_dispatch_vtime(p, cgrp->kn->id, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
|
/linux-6.12.1/tools/sched_ext/include/scx/ |
D | common.bpf.h | 40 void scx_bpf_dispatch_vtime(struct task_struct *p, u64 dsq_id, u64 slice, u64 vtime, u64 enq_flags)…
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-ext.rst | 292 ``scx_bpf_dispatch_vtime()`` for the priority queue. Internal DSQs such as
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 6060 __bpf_kfunc void scx_bpf_dispatch_vtime(struct task_struct *p, u64 dsq_id, in scx_bpf_dispatch_vtime() function 6080 BTF_ID_FLAGS(func, scx_bpf_dispatch_vtime, KF_RCU)
|