Home
last modified time | relevance | path

Searched refs:scx_bpf_dsq_insert_vtime (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/tools/sched_ext/include/scx/
Dcompat.bpf.h47 #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)) : \
Dcommon.bpf.h44 void scx_bpf_dsq_insert_vtime(struct task_struct *p, u64 dsq_id, u64 slice, u64 vtime, u64 enq_flag…
/linux-6.14.4/tools/testing/selftests/sched_ext/
Dddsp_bogus_dsq_fail.bpf.c23 scx_bpf_dsq_insert_vtime(p, 0xcafef00d, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
Dddsp_vtimelocal_fail.bpf.c20 scx_bpf_dsq_insert_vtime(p, SCX_DSQ_LOCAL, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
Dselect_cpu_vtime.bpf.c50 scx_bpf_dsq_insert_vtime(p, VTIME_DSQ, SCX_SLICE_DFL, task_vtime(p), 0); in BPF_STRUCT_OPS()
/linux-6.14.4/tools/sched_ext/
Dscx_simple.bpf.c85 scx_bpf_dsq_insert_vtime(p, SHARED_DSQ, SCX_SLICE_DFL, vtime, in BPF_STRUCT_OPS()
Dscx_flatcg.bpf.c402 scx_bpf_dsq_insert_vtime(p, cgrp->kn->id, SCX_SLICE_DFL, in BPF_STRUCT_OPS()
/linux-6.14.4/Documentation/scheduler/
Dsched-ext.rst291 ``scx_bpf_dsq_insert_vtime()`` for the priority queue. Internal DSQs such as
/linux-6.14.4/kernel/sched/
Dext.c6578 __bpf_kfunc void scx_bpf_dsq_insert_vtime(struct task_struct *p, u64 dsq_id, in scx_bpf_dsq_insert_vtime() function
6599 scx_bpf_dsq_insert_vtime(p, dsq_id, slice, vtime, enq_flags); in scx_bpf_dispatch_vtime()
6606 BTF_ID_FLAGS(func, scx_bpf_dsq_insert_vtime, KF_RCU)