Searched refs:scx_bpf_dsq_insert_vtime (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | compat.bpf.h | 47 #define scx_bpf_dsq_insert_vtime(p, dsq_id, slice, vtime, enq_flags) \ macro 48 (bpf_ksym_exists(scx_bpf_dsq_insert_vtime) ? \ 49 scx_bpf_dsq_insert_vtime((p), (dsq_id), (slice), (vtime), (enq_flags)) : \
|
| H A D | common.bpf.h | 52 void scx_bpf_dsq_insert_vtime(struct task_struct *p, u64 dsq_id, u64 slice, u64 vtime, u64 enq_flag…
|
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | ddsp_bogus_dsq_fail.bpf.c | 23 scx_bpf_dsq_insert_vtime(p, 0xcafef00d, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
|
| H A D | ddsp_vtimelocal_fail.bpf.c | 20 scx_bpf_dsq_insert_vtime(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
|
| H A D | select_cpu_vtime.bpf.c | 50 scx_bpf_dsq_insert_vtime(p, VTIME_DSQ, SCX_SLICE_DFL, task_vtime(p), 0); in BPF_STRUCT_OPS()
|
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_simple.bpf.c | 85 scx_bpf_dsq_insert_vtime(p, SHARED_DSQ, SCX_SLICE_DFL, vtime, in BPF_STRUCT_OPS()
|
| H A D | scx_flatcg.bpf.c | 402 scx_bpf_dsq_insert_vtime(p, cgrp->kn->id, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-ext.rst | 290 ``scx_bpf_dsq_insert_vtime()`` for the priority queue. Internal DSQs such as
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 6228 __bpf_kfunc void scx_bpf_dsq_insert_vtime(struct task_struct *p, u64 dsq_id, in scx_bpf_dsq_insert_vtime() function 6249 scx_bpf_dsq_insert_vtime(p, dsq_id, slice, vtime, enq_flags); in scx_bpf_dispatch_vtime() 6256 BTF_ID_FLAGS(func, scx_bpf_dsq_insert_vtime, KF_RCU)
|