Lines Matching refs:of
4 This document contains an explanation of the struct taskstats fields.
6 There are three different groups of fields in the struct taskstats:
11 delivery at do_exit() of a task.
31 Future extension should add fields to the end of the taskstats struct, and
32 should not change the relative position of each field within the struct.
38 /* The version number of this struct. This field is always set to
44 /* The exit code of a task. */
47 /* The accounting flags of a task as defined in <linux/acct.h>
52 /* The value of task_nice() of a task. */
55 /* The name of the command that started this task. */
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. */
93 * xxx_count is the number of delay values recorded
97 * xxx_count incremented regardless of overflow
140 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
148 /* Accumulated virtual memory usage in duration of a task.
149 * Same as acct_rss_mem1 above except that we keep track of VM usage.
153 /* High watermark of RSS usage in duration of a task, in KBytes. */
154 __u64 hiwater_rss; /* High-watermark of RSS usage */
156 /* High watermark of VM usage in duration of a task, in KBytes. */
159 /* The following four fields are I/O statistics of a task. */