diff options
author | 2013-01-07 08:51:07 -0800 | |
---|---|---|
committer | 2013-01-07 08:51:07 -0800 | |
commit | ae8086ce15fdab2b57599d7a3242a114ba4b8597 (patch) | |
tree | 1093306a5eabc7716fa7659c2ee48b99bc984c2f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cpuset: introduce CS_ONLINE (diff) | |
download | linux-dev-ae8086ce15fdab2b57599d7a3242a114ba4b8597.tar.xz linux-dev-ae8086ce15fdab2b57599d7a3242a114ba4b8597.zip |
cpuset: introduce cpuset_for_each_child()
Instead of iterating cgroup->children directly, introduce and use
cpuset_for_each_child() which wraps cgroup_for_each_child() and
performs online check. As it uses the generic iterator, it requires
RCU read locking too.
As cpuset is currently protected by cgroup_mutex, non-online cpusets
aren't visible to all the iterations and this patch currently doesn't
make any functional difference. This will be used to de-couple cpuset
locking from cgroup core.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions