Searched defs:iop_stats (Results 1 – 1 of 1) sorted by relevance
240 struct iop_stats { struct244 struct sysctl_ctx_list sysctl_ctx;245 struct sysctl_oid *sysctl_tree;250 io_limiter limiter; /* How are I/Os being limited */251 int min; /* Low range of limit */252 int max; /* High range of limit */253 int current; /* Current rate limiter */254 int l_value1; /* per-limiter scratch value 1. */255 int l_value2; /* per-limiter scratch value 2. */261 int pending; /* I/Os pending in the hardware */[all …]