Searched defs:cgroupstats (Results 1 – 3 of 3) sorted by relevance
23 struct cgroupstats { struct24 __u64 nr_sleeping;25 __u64 nr_running;26 __u64 nr_stopped;27 __u64 nr_uninterruptible;28 __u64 nr_io_wait;
10 struct cgroupstats { struct11 __u64 nr_sleeping;12 __u64 nr_running;13 __u64 nr_stopped;14 __u64 nr_uninterruptible;16 __u64 nr_io_wait;
32 struct cgroupstats { struct33 __u64 nr_sleeping; /* Number of tasks sleeping */34 __u64 nr_running; /* Number of tasks running */35 __u64 nr_stopped; /* Number of tasks in stopped state */36 __u64 nr_uninterruptible; /* Number of tasks in uninterruptible */38 __u64 nr_io_wait; /* Number of tasks waiting on IO */