diff options
author | Tejun Heo <tj@kernel.org> | 2017-01-16 03:03:41 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-01-16 03:03:41 +0300 |
commit | e595cd706982bff0211e6fafe5a108421e747fbc (patch) | |
tree | 4a8b664ac851fd9b8b4ed409c9d728994e76f797 /Documentation/perf | |
parent | d8ebf5191d7fdf81ba34a7c3d726b99c34918030 (diff) | |
download | linux-e595cd706982bff0211e6fafe5a108421e747fbc.tar.xz |
cgroup: track migration context in cgroup_mgctx
cgroup migration is performed in four steps - css_set preloading,
addition of target tasks, actual migration, and clean up. A list
named preloaded_csets is used to track the preloading. This is a bit
too restricted and the code is already depending on the subtlety that
all source css_sets appear before destination ones.
Let's create struct cgroup_mgctx which keeps track of everything
during migration. Currently, it has separate preload lists for source
and destination csets and also embeds cgroup_taskset which is used
during the actual migration. This moves struct cgroup_taskset
definition to cgroup-internal.h.
This patch doesn't cause any functional changes.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Zefan Li <lizefan@huawei.com>
Diffstat (limited to 'Documentation/perf')
0 files changed, 0 insertions, 0 deletions