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

/linux-master/include/trace/events/
H A Diocost.h153 __field(int, busy_level)
165 __entry->busy_level = ioc->busy_level;
175 __entry->busy_level,
/linux-master/tools/cgroup/
H A Diocost_monitor.py104 self.busy_level = ioc.busy_level.value_()
122 'busy_level' : self.busy_level,
132 f'busy={self.busy_level:+3} ' \
/linux-master/block/
H A Dblk-iocost.c433 int busy_level; /* saturation history */ member in struct:ioc
648 * vrate adjust percentages indexed by ioc->busy_level. We adjust up on
1000 if (!ioc->busy_level || (ioc->busy_level < 0 && nr_lagging)) {
1001 if (ioc->busy_level != prev_busy_level || nr_lagging)
1011 * bounds can change abruptly. Otherwise, apply busy_level
1021 int idx = min_t(int, abs(ioc->busy_level),
1025 if (ioc->busy_level > 0)
2095 if (ioc->busy_level > 0)
2392 prev_busy_level = ioc->busy_level;
[all...]

Completed in 116 milliseconds