Searched defs:enq_flags (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/sched/ |
H A D | ext.c | 1102 u64 enq_flags; member 1938 struct task_struct *p, u64 enq_flags) in dispatch_enqueue() 2152 u64 enq_flags) in mark_direct_dispatch() 2181 u64 enq_flags) in direct_dispatch() 2242 static void do_enqueue_task(struct rq *rq, struct task_struct *p, u64 enq_flags, in do_enqueue_task() 2361 static void enqueue_task_scx(struct rq *rq, struct task_struct *p, int enq_flags) in enqueue_task_scx() 2524 static void move_local_task_to_local_dsq(struct task_struct *p, u64 enq_flags, in move_local_task_to_local_dsq() 2555 static void move_remote_task_to_local_dsq(struct task_struct *p, u64 enq_flags, in move_remote_task_to_local_dsq() 2713 static inline void move_remote_task_to_local_dsq(struct task_struct *p, u64 enq_flags, struct rq *s… in move_remote_task_to_local_dsq() 2735 struct task_struct *p, u64 enq_flags, in move_task_between_dsqs() [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() 36 void BPF_STRUCT_OPS(maximal_runnable, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
|
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()
|