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

/freebsd-10.3-release/usr.bin/ctlstat/
H A Dctlstat.c121 struct ctl_lun_io_stats cur_total_stats[3], prev_total_stats[3]; member in struct:ctlstat_context
517 ctx->prev_total_stats[i] = ctx->cur_total_stats[i];
519 memset(&ctx->cur_total_stats, 0, sizeof(ctx->cur_total_stats));
523 ctx->cur_total_stats[st].ports[p].bytes[j] += \
526 ctx->cur_total_stats[st].ports[p].operations[j] += \
529 ctx->cur_total_stats[st].ports[p].num_dmas[j] += \
532 bintime_add(&ctx->cur_total_stats[st].ports[p].time[j], \
535 bintime_add(&ctx->cur_total_stats[st].ports[p].dma_time[j], \
570 compute_stats(ctx, &ctx->cur_total_stats[
[all...]

Completed in 49 milliseconds