Lines Matching refs:u64rec
165 struct u64rec {
171 struct u64rec total;
172 struct u64rec *cpu;
224 struct u64rec values[nr_cpus];
281 static double calc_pps_u64(struct u64rec *r, struct u64rec *p, double period)
355 struct u64rec *r = &rec->cpu[i];
356 struct u64rec *p = &prev->cpu[i];
380 struct u64rec *r = &rec->cpu[i];
381 struct u64rec *p = &prev->cpu[i];
570 rec_sz = sizeof(struct u64rec);