Lines Matching +full:wakeup +full:- +full:delay
1 /* SPDX-License-Identifier: GPL-2.0 */
17 * Inhibit (wakeup) preemption until the current task has either matched the
18 * 0-lag point or until is has exhausted it's slice.
22 * Allow wakeup of tasks with a shorter slice to cancel RUN_TO_PARITY for
29 * wakeup-preemption), since its likely going to consume data we
35 * Allow completely ignoring cfs_rq->next; which can be set from various
37 * - NEXT_BUDDY (wakeup preemption)
38 * - yield_to_task()
39 * - cgroup dequeue / pick
50 * Delay dequeueing tasks until they get selected or woken.
52 * By delaying the dequeue for non-eligible tasks, they remain in the
56 * DELAY_ZERO clips the lag on dequeue (or wakeup) to 0.
62 * Allow wakeup-time preemption of the current task:
80 * using the scheduler IPI. Reduces rq->lock contention/bounces.
92 * in a single rq->lock section. Default disabled because the