Lines Matching full:usage
153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
154 * The current rss usage is added to this counter every time
156 * will have memory usage multiplied by system time. Thus an
157 * average usage per system time unit can be calculated.
159 __u64 coremem; /* accumulated RSS usage in MB-usec */
161 /* Accumulated virtual memory usage in duration of a task.
162 * Same as acct_rss_mem1 above except that we keep track of VM usage.
164 __u64 virtmem; /* accumulated VM usage in MB-usec */
166 /* High watermark of RSS usage in duration of a task, in KBytes. */
167 __u64 hiwater_rss; /* High-watermark of RSS usage */
169 /* High watermark of VM usage in duration of a task, in KBytes. */
170 __u64 hiwater_vm; /* High-water virtual memory usage */