Home
last modified time | relevance | path

Searched defs:enq_flags (Results 1 – 11 of 11) sorted by relevance

/tools/sched_ext/include/scx/
Dcompat.bpf.h30 #define __COMPAT_scx_bpf_dispatch_from_dsq(it, p, dsq_id, enq_flags) \ argument
33 #define __COMPAT_scx_bpf_dispatch_vtime_from_dsq(it, p, dsq_id, enq_flags) \ argument
/tools/testing/selftests/sched_ext/
Dselect_cpu_dfl.bpf.c23 u64 enq_flags) in BPF_STRUCT_OPS()
Denq_select_cpu_fails.bpf.c23 u64 enq_flags) in BPF_STRUCT_OPS()
Dselect_cpu_dfl_nodispatch.bpf.c53 u64 enq_flags) in BPF_STRUCT_OPS()
Ddsp_local_on.bpf.c26 u64 enq_flags) in BPF_STRUCT_OPS()
Dexit.bpf.c31 void BPF_STRUCT_OPS(exit_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
Dmaximal.bpf.c23 void BPF_STRUCT_OPS(maximal_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
36 void BPF_STRUCT_OPS(maximal_runnable, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
/tools/sched_ext/
Dscx_simple.bpf.c74 void BPF_STRUCT_OPS(simple_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
Dscx_flatcg.bpf.c350 void BPF_STRUCT_OPS(fcg_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
510 void BPF_STRUCT_OPS(fcg_runnable, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
Dscx_central.bpf.c107 void BPF_STRUCT_OPS(central_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
Dscx_qmap.bpf.c194 void BPF_STRUCT_OPS(qmap_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()