Lines Matching refs:in
6 There are three different groups of fields in the struct taskstats:
39 * TAKSTATS_VERSION, which is defined in <linux/taskstats.h>.
47 /* The accounting flags of a task as defined in <linux/acct.h>
58 /* The scheduling discipline as set in task->policy field. */
67 /* The time when a task begins, in [secs] since 1970. */
70 /* The elapsed time of a task, in [usec]. */
73 /* The user CPU time of a task, in [usec]. */
76 /* The system CPU time of a task, in [usec]. */
79 /* The minor page fault count of a task, as set in task->min_flt. */
82 /* The major page fault count of a task, as set in task->maj_flt. */
94 * xxx_delay_total is the corresponding cumulative delay in nanoseconds
109 * does not account for delays in I/O submission
114 /* Delay waiting for page fault I/O (swap in only) */
120 * from the kernel in involuntary waits due to virtualization.
121 * Value is cumulative, in nanoseconds, without a corresponding count
129 * Value is cumulative, in nanoseconds, without a corresponding count
140 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
146 __u64 coremem; /* accumulated RSS usage in MB-usec */
148 /* Accumulated virtual memory usage in duration of a task.
151 __u64 virtmem; /* accumulated VM usage in MB-usec */
153 /* High watermark of RSS usage in duration of a task, in KBytes. */
156 /* High watermark of VM usage in duration of a task, in KBytes. */