Searched defs:prev_cpu (Results 1 – 3 of 3) sorted by relevance
/kernel/sched/ |
A D | ext_idle.c | 451 s32 scx_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_select_cpu_dfl() 859 static s32 select_cpu_from_kfunc(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in select_cpu_from_kfunc() 946 __bpf_kfunc s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, in scx_bpf_select_cpu_dfl() 981 __bpf_kfunc s32 scx_bpf_select_cpu_and(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_bpf_select_cpu_and()
|
A D | fair.c | 7238 wake_affine_idle(int this_cpu, int prev_cpu, int sync) in wake_affine_idle() 7270 int this_cpu, int prev_cpu, int sync) in wake_affine_weight() 7312 int this_cpu, int prev_cpu, int sync) in wake_affine() 7395 int cpu, int prev_cpu, int sd_flag) in sched_balance_find_dst_cpu() 8115 struct task_struct *p, int prev_cpu) in eenv_task_busy_time() 8276 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) in find_energy_efficient_cpu() 8474 select_task_rq_fair(struct task_struct *p, int prev_cpu, int wake_flags) in select_task_rq_fair()
|
A D | ext.c | 3509 static int select_task_rq_scx(struct task_struct *p, int prev_cpu, int wake_flags) in select_task_rq_scx() 5975 static s32 sched_ext_ops__select_cpu(struct task_struct *p, s32 prev_cpu, u64 wake_flags) { return … in sched_ext_ops__select_cpu() 5978 static void sched_ext_ops__dispatch(s32 prev_cpu, struct task_struct *prev__nullable) {} in sched_ext_ops__dispatch()
|
Completed in 40 milliseconds