Lines Matching refs:__u64
71 __u64 ac_etime; /* Elapsed time [usec] */
74 __u64 ac_utime; /* User CPU time [usec] */
77 __u64 ac_stime; /* System CPU time [usec] */
80 __u64 ac_minflt; /* Minor Page Fault Count */
83 __u64 ac_majflt; /* Major Page Fault Count */
103 __u64 cpu_count;
104 __u64 cpu_delay_total;
111 __u64 blkio_count;
112 __u64 blkio_delay_total;
115 __u64 swapin_count;
116 __u64 swapin_delay_total;
124 __u64 cpu_run_real_total;
132 __u64 cpu_run_virtual_total;
146 __u64 coremem; /* accumulated RSS usage in MB-usec */
151 __u64 virtmem; /* accumulated VM usage in MB-usec */
154 __u64 hiwater_rss; /* High-watermark of RSS usage */
157 __u64 hiwater_vm; /* High-water virtual memory usage */
160 __u64 read_char; /* bytes read */
161 __u64 write_char; /* bytes written */
162 __u64 read_syscalls; /* read syscalls */
163 __u64 write_syscalls; /* write syscalls */
168 __u64 nvcsw; /* Context voluntary switch counter */
169 __u64 nivcsw; /* Context involuntary switch counter */
172 __u64 ac_utimescaled; /* utime scaled on frequency etc */
173 __u64 ac_stimescaled; /* stime scaled on frequency etc */
174 __u64 cpu_scaled_run_real_total; /* scaled cpu_run_real_total */
178 __u64 freepages_count;
179 __u64 freepages_delay_total;