Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup.c3832 int dying_cnt[CGROUP_SUBSYS_COUNT]; in cgroup_stat_show() local
3847 dying_cnt[ssid] = -1; in cgroup_stat_show()
3852 dying_cnt[ssid] = cgroup->nr_dying_subsys[ssid]; in cgroup_stat_show()
3860 if (dying_cnt[ssid] >= 0) in cgroup_stat_show()
3862 cgroup_subsys[ssid]->name, dying_cnt[ssid]); in cgroup_stat_show()