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.
100 the division of tasks into cgroups is distinctly different for
102 hierarchy to be a natural division of tasks, without having to handle
103 complex combinations of tasks that would be present if several
114 tasks etc. The resource planning for this server could be along the
123 In addition (system tasks) are attached to topcpuset (so
140 With the ability to classify tasks differently for different resources
145 # echo browser_pid > /sys/fs/cgroup/<restype>/<userclass>/tasks
160 # echo pid > /sys/fs/cgroup/network/<new_class>/tasks
162 # echo pid > /sys/fs/cgroup/network/<orig_class>/tasks
189 css_set->tasks.
194 - You can list all the tasks (by PID) attached to any cgroup.
237 - tasks: list of tasks (by PID) attached to that cgroup. This list
262 on a system into related sets of tasks. A task may be re-attached to
272 To allow access from a cgroup to the css_sets (and hence tasks)
278 Thus the set of tasks in a cgroup can be listed by iterating over
322 /sys/fs/cgroup/cpuset tasks file for that cgroup.
323 7) fork, exec or clone the job tasks from this founding father task.
337 /bin/echo $$ > tasks
418 cgroup.procs notify_on_release tasks
423 # /bin/echo $$ > tasks
443 # /bin/echo PID > tasks
446 If you have several tasks to attach, you have to do it one after another::
448 # /bin/echo PID1 > tasks
449 # /bin/echo PID2 > tasks
451 # /bin/echo PIDn > tasks
455 # echo 0 > tasks
457 You can use the cgroup.procs file instead of the tasks file to move all
459 threadgroup to cgroup.procs causes all tasks in that threadgroup to be
460 attached to the cgroup. Writing 0 to cgroup.procs moves all tasks
466 new cgroup's tasks file.
595 Called prior to moving one or more tasks into a cgroup; if the
597 @tset contains the tasks to be attached and is guaranteed to have at
600 If there are multiple tasks in the taskset, then:
602 - @tset contains all tasks from the thread group whether or not
606 Each @tset entry also contains the task's old cgroup and tasks which