Lines Matching refs:tasks
41 tasks, and all their future children, into hierarchical groups with
46 A *cgroup* associates a set of tasks with a set of parameters for one
50 facilities provided by cgroups to treat groups of tasks in
63 cgroups. Each hierarchy is a partition of all tasks in the system.
77 tasks in each cgroup.
96 the division of tasks into cgroups is distinctly different for
98 hierarchy to be a natural division of tasks, without having to handle
99 complex combinations of tasks that would be present if several
110 tasks etc. The resource planning for this server could be along the
119 In addition (system tasks) are attached to topcpuset (so
136 With the ability to classify tasks differently for different resources
141 # echo browser_pid > /sys/fs/cgroup/<restype>/<userclass>/tasks
156 # echo pid > /sys/fs/cgroup/network/<new_class>/tasks
158 # echo pid > /sys/fs/cgroup/network/<orig_class>/tasks
185 css_set->tasks.
190 - You can list all the tasks (by PID) attached to any cgroup.
233 - tasks: list of tasks (by PID) attached to that cgroup. This list
258 on a system into related sets of tasks. A task may be re-attached to
268 To allow access from a cgroup to the css_sets (and hence tasks)
274 Thus the set of tasks in a cgroup can be listed by iterating over
318 /sys/fs/cgroup/cpuset tasks file for that cgroup.
319 7) fork, exec or clone the job tasks from this founding father task.
333 /bin/echo $$ > tasks
407 cgroup.procs notify_on_release tasks
411 # /bin/echo $$ > tasks
427 # /bin/echo PID > tasks
430 If you have several tasks to attach, you have to do it one after another:
432 # /bin/echo PID1 > tasks
433 # /bin/echo PID2 > tasks
435 # /bin/echo PIDn > tasks
439 # echo 0 > tasks
441 You can use the cgroup.procs file instead of the tasks file to move all
443 threadgroup to cgroup.procs causes all tasks in that threadgroup to be
444 attached to the cgroup. Writing 0 to cgroup.procs moves all tasks
450 new cgroup's tasks file.
584 Called prior to moving one or more tasks into a cgroup; if the
586 @tset contains the tasks to be attached and is guaranteed to have at
589 If there are multiple tasks in the taskset, then:
591 - @tset contains all tasks from the thread group whether or not
595 Each @tset entry also contains the task's old cgroup and tasks which