Searched defs:enq_flags (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/sched/ |
H A D | ext.c | 1129 u64 enq_flags; member 1952 struct task_struct *p, u64 enq_flags) in dispatch_enqueue() 2166 u64 enq_flags) in mark_direct_dispatch() 2195 u64 enq_flags) in direct_dispatch() 2256 static void do_enqueue_task(struct rq *rq, struct task_struct *p, u64 enq_flags, in do_enqueue_task() 2375 static void enqueue_task_scx(struct rq *rq, struct task_struct *p, int enq_flags) in enqueue_task_scx() 2538 static void move_local_task_to_local_dsq(struct task_struct *p, u64 enq_flags, in move_local_task_to_local_dsq() 2568 static void move_remote_task_to_local_dsq(struct task_struct *p, u64 enq_flags, in move_remote_task_to_local_dsq() 2743 struct task_struct *p, u64 enq_flags, in move_task_between_dsqs() 2893 struct task_struct *p, u64 enq_flags) in dispatch_to_local_dsq() [all …]
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | select_cpu_dfl.bpf.c | 23 u64 enq_flags) in BPF_STRUCT_OPS()
|
H A D | enq_select_cpu_fails.bpf.c |
|
H A D | select_cpu_dfl_nodispatch.bpf.c | 53 u64 enq_flags) in BPF_STRUCT_OPS()
|
H A D | dsp_local_on.bpf.c | 26 u64 enq_flags) in BPF_STRUCT_OPS()
|
H A D | maximal.bpf.c | 23 void BPF_STRUCT_OPS(maximal_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS() argument 36 void BPF_STRUCT_OPS(maximal_runnable, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS() argument
|
H A D | exit.bpf.c | 31 void BPF_STRUCT_OPS(exit_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
|
/linux/tools/sched_ext/ |
H A D | scx_flatcg.bpf.c | 345 void BPF_STRUCT_OPS(fcg_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS() 507 void BPF_STRUCT_OPS(fcg_runnable, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
|