Lines Matching full:scheduling
121 scheduling modules are used. The balancing code got quite a bit simpler as a
126 5. Scheduling policies
129 CFS implements three scheduling policies:
131 - SCHED_NORMAL (traditionally called SCHED_OTHER): The scheduling
151 6. SCHEDULING CLASSES
154 The new CFS scheduler has been designed in such a way to introduce "Scheduling
156 encapsulate scheduling policy details and are handled by the scheduler core
166 Scheduling classes are implemented through the sched_class structure, which
175 It puts the scheduling entity (task) into the red-black tree and
181 corresponding scheduling entity out of the red-black tree. It decrements
187 compat_yield sysctl is turned on; in that case, it places the scheduling
201 This function is called when a task changes its scheduling class, changes