Lines Matching refs:group
189 its task group.
202 fair CPU time to each task. Sometimes, it may be desirable to group tasks and
203 provide fair CPU time to each such task group. For example, it may be
210 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
213 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
221 group created using the pseudo filesystem. See example steps below to create
229 # mkdir multimedia # create "multimedia" group of tasks
230 # mkdir browser # create "browser" group of tasks
232 # #Configure the multimedia group to receive twice the CPU bandwidth
233 # #that of browser group
238 # firefox & # Launch firefox and move it to "browser" group