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

/freebsd-9.3-release/usr.bin/ctlstat/
H A Dctlstat.c118 struct ctl_lun_io_stats cur_total_stats[3], prev_total_stats[3]; member in struct:ctlstat_context
497 ctx->prev_total_stats[i] = ctx->cur_total_stats[i];
499 memset(&ctx->cur_total_stats, 0, sizeof(ctx->cur_total_stats));
503 ctx->cur_total_stats[st].ports[p].bytes[j] += \
506 ctx->cur_total_stats[st].ports[p].operations[j] += \
509 ctx->cur_total_stats[st].ports[p].num_dmas[j] += \
512 bintime_add(&ctx->cur_total_stats[st].ports[p].time[j], \
515 bintime_add(&ctx->cur_total_stats[st].ports[p].dma_time[j], \
544 compute_stats(&ctx->cur_total_stats[
[all...]

Completed in 38 milliseconds