Searched refs:cur_stats (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/ctlstat/
H A Dctlstat.c119 struct ctl_io_stats *cur_stats, *prev_stats; member in struct:ctlstat_context
140 static void compute_stats(struct ctl_io_stats *cur_stats,
232 compute_stats(struct ctl_io_stats *cur_stats, argument
248 total_bytes += cur_stats->bytes[i];
249 total_operations += cur_stats->operations[i];
250 total_dmas += cur_stats->dmas[i];
251 bintime_add(&total_time_bt, &cur_stats->time[i]);
252 bintime_add(&total_dma_bt, &cur_stats->dma_time[i]);
321 struct ctl_io_stats *stats = ctx->cur_stats;
350 struct ctl_io_stats *stats = ctx->cur_stats;
[all...]
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c118 static void compute_new_stats(struct nfsstatsv1 *cur_stats,
484 devstat_compute_etime(&cur_stats->field, \
492 compute_new_stats(struct nfsstatsv1 *cur_stats, argument
507 total_bytes = cur_stats->srvbytes[curop];
508 total_operations = cur_stats->srvops[curop];
549 *queue_len = cur_stats->srvstartcnt - cur_stats->srvdonecnt;
1172 compute_totals(struct nfsstatsv1 *total_stats, struct nfsstatsv1 *cur_stats) argument
1178 total_stats->srvbytes[0] += cur_stats->srvbytes[i];
1179 total_stats->srvops[0] += cur_stats
[all...]

Completed in 62 milliseconds