Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup.c3831 int dying_cnt[CGROUP_SUBSYS_COUNT]; in cgroup_stat_show() local
3846 dying_cnt[ssid] = -1; in cgroup_stat_show()
3851 dying_cnt[ssid] = cgroup->nr_dying_subsys[ssid]; in cgroup_stat_show()
3859 if (dying_cnt[ssid] >= 0) in cgroup_stat_show()
3861 cgroup_subsys[ssid]->name, dying_cnt[ssid]); in cgroup_stat_show()