Lines Matching full:scheduler
8 Energy Aware Scheduling (or EAS) gives the scheduler the ability to predict
23 The actual EM used by EAS is _not_ maintained by the scheduler, but by a
50 scheduler. This alternative considers two objectives: energy-efficiency and
53 The idea behind introducing an EM is to allow the scheduler to evaluate the
56 time, the EM must be as simple as possible to minimize the scheduler latency
60 for the scheduler to decide where a task should run (during wake-up), the EM
71 EAS (as well as the rest of the scheduler) uses the notion of 'capacity' to
87 The scheduler manages references to the EM objects in the topology code when the
89 scheduler maintains a singly linked list of all performance domains intersecting
115 Please note that the scheduler will create two duplicate list nodes for
121 manipulated by the scheduler.
155 The scheduler must decide where to place a task P whose util_avg = 200
284 much that can be done by the scheduler to save energy without severely harming
306 re-enabled. By doing so, the scheduler falls back onto load-based algorithms for
334 See Documentation/scheduler/sched-capacity.rst for requirements to be met for this