Lines Matching refs:group
195 its task group.
209 fair CPU time to each task. Sometimes, it may be desirable to group tasks and
210 provide fair CPU time to each such task group. For example, it may be
217 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
220 CONFIG_FAIR_GROUP_SCHED permits to group CFS (i.e., SCHED_NORMAL and
228 group created using the pseudo filesystem. See example steps below to create
236 # mkdir multimedia # create "multimedia" group of tasks
237 # mkdir browser # create "browser" group of tasks
239 # #Configure the multimedia group to receive twice the CPU bandwidth
240 # #that of browser group
245 # firefox & # Launch firefox and move it to "browser" group