Lines Matching defs:cur_stats
102 static void compute_new_stats(struct nfsstatsv1 *cur_stats,
546 devstat_compute_etime(&cur_stats->field, \
554 compute_new_stats(struct nfsstatsv1 *cur_stats,
569 total_bytes = cur_stats->srvbytes[curop];
570 total_operations = cur_stats->srvops[curop];
611 *queue_len = cur_stats->srvstartcnt - cur_stats->srvdonecnt;
1096 compute_totals(struct nfsstatsv1 *total_stats, struct nfsstatsv1 *cur_stats)
1102 total_stats->srvbytes[0] += cur_stats->srvbytes[i];
1103 total_stats->srvops[0] += cur_stats->srvops[i];
1105 &cur_stats->srvduration[i]);
1106 total_stats->srvrpccnt[i] = cur_stats->srvrpccnt[i];
1108 total_stats->srvstartcnt = cur_stats->srvstartcnt;
1109 total_stats->srvdonecnt = cur_stats->srvdonecnt;
1110 total_stats->busytime = cur_stats->busytime;