Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dcgroupstats.h33 __u64 nr_stopped; /* Number of tasks in stopped state */ member
/linux/tools/accounting/
H A Ddelaytop.c133 int nr_stopped; /* Number of stopped processes */ member
855 container_stats.nr_stopped = stats.nr_stopped; in get_container_stats()
934 container_stats.nr_stopped, container_stats.nr_uninterruptible, in display_results()
H A Dgetdelays.c433 (unsigned long long)c->nr_stopped, in print_cgroupstats()
/linux/kernel/cgroup/
H A Dcgroup-v1.c757 stats->nr_stopped++; in cgroupstats_build()