Lines Matching refs:usage
140 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
141 * The current rss usage is added to this counter every time
143 * will have memory usage multiplied by system time. Thus an
144 * average usage per system time unit can be calculated.
146 __u64 coremem; /* accumulated RSS usage in MB-usec */
148 /* Accumulated virtual memory usage in duration of a task.
149 * Same as acct_rss_mem1 above except that we keep track of VM usage.
151 __u64 virtmem; /* accumulated VM usage in MB-usec */
153 /* High watermark of RSS usage in duration of a task, in KBytes. */
154 __u64 hiwater_rss; /* High-watermark of RSS usage */
156 /* High watermark of VM usage in duration of a task, in KBytes. */
157 __u64 hiwater_vm; /* High-water virtual memory usage */