Lines Matching full:attach
204 - in fork and exit, to attach and detach a task from its css_set.
323 6) Attach that task to the new cgroup by writing its PID to the
423 Now attach your shell to this cgroup::
447 Note that it is PID, not PIDs. You can only attach ONE task at a time.
448 If you have several tasks to attach, you have to do it one after another::
455 You can attach the current shell task by echoing 0::
598 subsystem returns an error, this will abort the attach operation.
613 attach() or cancel_attach() will be called in future.
632 Called when a task attach operation has failed after can_attach() has succeeded.
638 ``void attach(struct cgroup *cgrp, struct cgroup_taskset *tset)``
695 Q: When I attach processes, only the first of the line gets really attached !