Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/
H A Dcam_iosched.c197 struct iop_stats { struct
201 struct sysctl_ctx_list sysctl_ctx;
202 struct sysctl_oid *sysctl_tree;
208 int min; /* Low range of limit */
209 int max; /* High range of limit */
210 int current; /* Current rate limiter */
229 sbintime_t ema;
230 sbintime_t emvar;
233 uint32_t state_flags;
237 uint64_t latencies[LAT_BUCKETS];
[all …]