Lines Matching +full:per +full:- +full:context
34 4) Per-task and per-thread context switch count statistics
69 /* The scheduling discipline as set in task->policy field. */
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 */
130 /* cpu "wall-clock" running time
153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
157 * average usage per system time unit can be calculated.
159 __u64 coremem; /* accumulated RSS usage in MB-usec */
164 __u64 virtmem; /* accumulated VM usage in MB-usec */
167 __u64 hiwater_rss; /* High-watermark of RSS usage */
170 __u64 hiwater_vm; /* High-water virtual memory usage */
180 4) Per-task and per-thread statistics::
182 __u64 nvcsw; /* Context voluntary switch counter */
183 __u64 nivcsw; /* Context involuntary switch counter */