Lines Matching full:task
12 delivery at do_exit() of a task.
34 4) Per-task and per-thread context switch count statistics
55 /* The exit code of a task. */
58 /* The accounting flags of a task as defined in <linux/acct.h>
63 /* The value of task_nice() of a task. */
66 /* The name of the command that started this task. */
69 /* The scheduling discipline as set in task->policy field. */
78 /* The time when a task begins, in [secs] since 1970. */
81 /* The elapsed time of a task, in [usec]. */
84 /* The user CPU time of a task, in [usec]. */
87 /* The system CPU time of a task, in [usec]. */
90 /* The minor page fault count of a task, as set in task->min_flt. */
93 /* The major page fault count of a task, as set in task->maj_flt. */
118 /* Following four fields atomically updated using task->delays->lock */
153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
155 * a tick is charged to a task's system time. So, at the end we
161 /* Accumulated virtual memory usage in duration of a task.
166 /* High watermark of RSS usage in duration of a task, in KBytes. */
169 /* High watermark of VM usage in duration of a task, in KBytes. */
172 /* The following four fields are I/O statistics of a task. */
180 4) Per-task and per-thread statistics::