Lines Matching full:select_cpu
143 * A migration disabled task never invokes ops.select_cpu() as it can
152 * ops.enqueue() on the ops.select_cpu() selected or the wakee's
154 * transfers. When this optimization is enabled, ops.select_cpu() is
156 * As the BPF scheduler may depend on ops.select_cpu() being invoked
161 * wakee's CPU without preceding ops.select_cpu() even for tasks which
269 * @select_cpu: Pick the target CPU for a task which is being woken up
281 * select_cpu() serves as the default way to wake up idle CPUs.
288 * Note that select_cpu() is never called for tasks that can only run
293 s32 (*select_cpu)(struct task_struct *p, s32 prev_cpu, u64 wake_flags); member
305 * If @p was inserted into a DSQ from ops.select_cpu(), this callback is
509 * The user also must implement ops.select_cpu() as the default
810 * If ops.select_cpu() returns a CPU which can't be used by the task,