Lines Matching refs:tasks
45 tasks, and all their future children, into hierarchical groups with
50 A *cgroup* associates a set of tasks with a set of parameters for one
54 facilities provided by cgroups to treat groups of tasks in
67 cgroups. Each hierarchy is a partition of all tasks in the system.
81 tasks in each cgroup.
102 the division of tasks into cgroups is distinctly different for
104 hierarchy to be a natural division of tasks, without having to handle
105 complex combinations of tasks that would be present if several
116 tasks etc. The resource planning for this server could be along the
125 In addition (system tasks) are attached to topcpuset (so
142 With the ability to classify tasks differently for different resources
147 # echo browser_pid > /sys/fs/cgroup/<restype>/<userclass>/tasks
162 # echo pid > /sys/fs/cgroup/network/<new_class>/tasks
164 # echo pid > /sys/fs/cgroup/network/<orig_class>/tasks
191 css_set->tasks.
196 - You can list all the tasks (by PID) attached to any cgroup.
239 - tasks: list of tasks (by PID) attached to that cgroup. This list
264 on a system into related sets of tasks. A task may be re-attached to
274 To allow access from a cgroup to the css_sets (and hence tasks)
280 Thus the set of tasks in a cgroup can be listed by iterating over
324 /sys/fs/cgroup/cpuset tasks file for that cgroup.
325 7) fork, exec or clone the job tasks from this founding father task.
339 /bin/echo $$ > tasks
420 cgroup.procs notify_on_release tasks
425 # /bin/echo $$ > tasks
445 # /bin/echo PID > tasks
448 If you have several tasks to attach, you have to do it one after another::
450 # /bin/echo PID1 > tasks
451 # /bin/echo PID2 > tasks
453 # /bin/echo PIDn > tasks
457 # echo 0 > tasks
459 You can use the cgroup.procs file instead of the tasks file to move all
461 threadgroup to cgroup.procs causes all tasks in that threadgroup to be
462 attached to the cgroup. Writing 0 to cgroup.procs moves all tasks
468 new cgroup's tasks file.
597 Called prior to moving one or more tasks into a cgroup; if the
599 @tset contains the tasks to be attached and is guaranteed to have at
602 If there are multiple tasks in the taskset, then:
604 - @tset contains all tasks from the thread group whether or not
608 Each @tset entry also contains the task's old cgroup and tasks which