Lines Matching refs:task
11 delivery at do_exit() of a task.
25 4) Per-task and per-thread context switch count statistics
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. */
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. */
106 /* Following four fields atomically updated using task->delays->lock */
140 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
142 * a tick is charged to a task's system time. So, at the end we
148 /* Accumulated virtual memory usage in duration of a task.
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. */
159 /* The following four fields are I/O statistics of a task. */
167 4) Per-task and per-thread statistics