Lines Matching refs:wake_flags
226 s32 (*select_cpu)(struct task_struct *p, s32 prev_cpu, u64 wake_flags);
3102 u64 wake_flags, bool *found) in scx_select_cpu_dfl() argument
3118 if ((wake_flags & SCX_WAKE_SYNC) && in scx_select_cpu_dfl()
3157 static int select_task_rq_scx(struct task_struct *p, int prev_cpu, int wake_flags) in select_task_rq_scx() argument
3169 if (unlikely(wake_flags & WF_EXEC)) in select_task_rq_scx()
3181 select_cpu, p, prev_cpu, wake_flags); in select_task_rq_scx()
3191 cpu = scx_select_cpu_dfl(p, prev_cpu, wake_flags, &found); in select_task_rq_scx()
3703 static void wakeup_preempt_scx(struct rq *rq, struct task_struct *p,int wake_flags) {} in wakeup_preempt_scx() argument
5544 static s32 select_cpu_stub(struct task_struct *p, s32 prev_cpu, u64 wake_flags) { return -EINVAL; } in select_cpu_stub() argument
5917 u64 wake_flags, bool *is_idle) in scx_bpf_select_cpu_dfl() argument
5928 return scx_select_cpu_dfl(p, prev_cpu, wake_flags, is_idle); in scx_bpf_select_cpu_dfl()