Home
last modified time | relevance | path

Searched refs:nr_cgrps (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dexpand-cgroup.c25 int nr_cgrps = ARRAY_SIZE(cgrp_name); in test_expand_events() local
57 if (evlist->core.nr_entries != nr_events * nr_cgrps) { in test_expand_events()
/openbmc/linux/include/linux/
H A Dcgroup-defs.h557 atomic_t nr_cgrps; member
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c1328 BUG_ON(atomic_read(&root->nr_cgrps)); in cgroup_destroy_root()
2018 atomic_set(&root->nr_cgrps, 1); in init_cgroup_root()
2116 BUG_ON(atomic_read(&root->nr_cgrps) != 1); in cgroup_setup_root()
5354 atomic_dec(&cgrp->root->nr_cgrps); in css_free_rwork_fn()
5660 atomic_inc(&root->nr_cgrps); in cgroup_create()
H A Dcgroup-v1.c681 atomic_read(&ss->root->nr_cgrps), in proc_cgroupstats_show()