Lines Matching refs:cgrp
537 struct cgroup_subsys_state *css_alloc(struct cgroup *cgrp)
552 int css_online(struct cgroup *cgrp)
555 Called after @cgrp successfully completed all allocations and made
562 void css_offline(struct cgroup *cgrp);
566 has succeeded on @cgrp. This signifies the beginning of the end of
567 @cgrp. @cgrp is being removed and the subsystem should start dropping
568 all references it's holding on @cgrp. When all references are dropped,
570 callback, @cgrp should be considered dead to the subsystem.
572 void css_free(struct cgroup *cgrp)
575 The cgroup system is about to free @cgrp; the subsystem should free
576 its subsystem state object. By the time this method is called, @cgrp
577 is completely unused; @cgrp->parent is still valid. (Note - can also
581 int can_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)
616 void cancel_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)
625 void attach(struct cgroup *cgrp, struct cgroup_taskset *tset)