Lines Matching full:being

77  * being disabled.
156 * As the BPF scheduler may depend on ops.select_cpu() being invoked
195 * Set if ops.init_task() is being invoked on the fork path, as opposed
223 /* next task is being scheduled by &sched_class_rt */
225 /* next task is being scheduled by &sched_class_dl */
227 /* next task is being scheduled by &sched_class_stop */
229 /* unknown reason for SCX being preempted */
269 * @select_cpu: Pick the target CPU for a task which is being woken up
270 * @p: task being woken up
297 * @p: task being enqueued
312 * @p: task being dequeued
322 * scheduling position not being updated across a priority change.
329 * @prev: previous task being switched out
373 * - being moved from another CPU
374 * - being restored after temporarily taken off the queue for an
379 * e.g. when @p is being dispatched to a remote CPU, or when @p is
380 * being enqueued on a CPU experiencing a hotplug event. Likewise, a
381 * task may be ->enqueue()'d without being preceded by this operation
433 * - being moved to another CPU
434 * - being temporarily taken off the queue for an attribute change
439 * e.g. when @p is being dispatched to a remote CPU.
519 * @cpu: The CPU being acquired by the BPF scheduler.
529 * @cpu: The CPU being released by the BPF scheduler.
544 * Either we're loading a BPF scheduler or a new task is being forked.
559 * @p is exiting or the BPF scheduler is being unloaded. Perform any
577 * @p is exiting, leaving SCX or the BPF scheduler is being unloaded.
616 * @cgrp: cgroup being initialized
619 * Either the BPF scheduler is being loaded or @cgrp created, initialize
631 * @cgrp: cgroup being exited
633 * Either the BPF scheduler is being unloaded or @cgrp destroyed, exit
640 * @p: task being moved
641 * @from: cgroup @p is being moved from
642 * @to: cgroup @p is being moved to
655 * @p: task being moved
656 * @from: cgroup @p is being moved from
657 * @to: cgroup @p is being moved to
666 * @p: task whose cgroup move is being canceled
667 * @from: cgroup @p was being moved from
668 * @to: cgroup @p was being moved to
677 * @cgroup_set_weight: A cgroup's weight is being changed
678 * @cgrp: cgroup whose weight is being updated
686 * @cgroup_set_bandwidth: A cgroup's bandwidth is being changed
687 * @cgrp: cgroup whose bandwidth is being updated
761 * runnable task should be able to wait before being scheduled. The
925 * The task being enqueued was previously enqueued on the current CPU's
936 * The task being enqueued is the only task available for the cpu. By
1026 * sites for explanations on the conditions being waited upon and why they are
1045 * on the task being dispatched.