Home
last modified time | relevance | path

Searched defs:ctlstat_context (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/ctlstat/
H A Dctlstat.c119 struct ctlstat_context { struct
120 ctlstat_mode_types mode;
121 int flags;
122 struct ctl_io_stats *cur_stats, *prev_stats;
123 struct ctl_io_stats cur_total_stats[3], prev_total_stats[3];
124 struct timespec cur_time, prev_time;
125 struct ctl_cpu_stats cur_cpu, prev_cpu;
126 uint64_t cur_total_jiffies, prev_total_jiffies;
127 uint64_t cur_idle, prev_idle;
128 bitstr_t *item_mask;
[all …]