Home
last modified time | relevance | path

Searched defs:cgroupstats (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dcgroupstats.h23 struct cgroupstats { struct
24 __u64 nr_sleeping;
25 __u64 nr_running;
26 __u64 nr_stopped;
27 __u64 nr_uninterruptible;
28 __u64 nr_io_wait;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcgroupstats.h10 struct cgroupstats { struct
11 __u64 nr_sleeping;
12 __u64 nr_running;
13 __u64 nr_stopped;
14 __u64 nr_uninterruptible;
16 __u64 nr_io_wait;
/kernel/linux/linux-5.10/include/uapi/linux/
Dcgroupstats.h32 struct cgroupstats { struct
33 __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 */