Searched refs:csets (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/cgroup/
H A Dcgroup-internal.h106 /* used to track tasks and csets during migration */
122 * ->mg_tasks of the csets on ->src_csets. After, on ->mg_tasks of
123 * the csets on ->dst_csets. ->csets point to either ->src_csets
129 struct list_head *csets; member in struct:cgroup_taskset
137 * Preloaded source and destination csets. Used to guarantee
143 /* tasks and csets to migrate */
154 .csets = &tset.src_csets, \
H A Dcgroup.c981 * On the default hierarchy, there can be csets which are
2082 * controllers on the default hierarchy and thus create new csets,
2478 tset->cur_cset = list_first_entry(tset->csets, struct css_set, mg_node);
2498 while (CGROUP_HAS_SUBSYS_CONFIG && &cset->mg_node != tset->csets) {
2593 tset->csets = &tset->dst_csets;
2633 tset->csets = &tset->src_csets;
2873 /* look up all src csets */
2885 /* prepare dst csets and commit */
3045 * However, if there are no source csets for @cgrp, changing its
5908 * Mark @cgrp and the associated csets dea
[all...]

Completed in 106 milliseconds