• Home
  • Raw
  • Download

Lines Matching +full:read +full:- +full:delay

13 2) Delay accounting fields
16 /* Delay accounting fields start */
20 /* Delay accounting fields end */
34 4) Per-task and per-thread context switch count statistics
38 6) Extended delay accounting fields for memory reclaim
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. */
97 2) Delay accounting fields::
99 /* Delay accounting fields start
101 * All values, until the comment "Delay accounting fields end" are
102 * available only if delay accounting is enabled, even though the last
105 * xxx_count is the number of delay values recorded
106 * xxx_delay_total is the corresponding cumulative delay in nanoseconds
112 /* Delay waiting for cpu, while runnable
118 /* Following four fields atomically updated using task->delays->lock */
120 /* Delay waiting for synchronous block I/O to complete
126 /* Delay waiting for page fault I/O (swap in only) */
130 /* cpu "wall-clock" running time
145 /* Delay accounting fields end */
153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
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 */
173 __u64 read_char; /* bytes read */
175 __u64 read_syscalls; /* read syscalls */
180 4) Per-task and per-thread statistics::
191 6) Extended delay accounting fields for memory reclaim::
193 /* Delay waiting for memory reclaim */