Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/events/
Diocost.h153 __field(int, busy_level)
165 __entry->busy_level = ioc->busy_level;
175 __entry->busy_level,
/Linux-v6.6/tools/cgroup/
Diocost_monitor.py104 self.busy_level = ioc.busy_level.value_()
122 'busy_level' : self.busy_level,
/Linux-v6.6/block/
Dblk-iocost.c433 int busy_level; /* saturation history */ member
1000 if (!ioc->busy_level || (ioc->busy_level < 0 && nr_lagging)) { in ioc_adjust_base_vrate()
1001 if (ioc->busy_level != prev_busy_level || nr_lagging) in ioc_adjust_base_vrate()
1021 int idx = min_t(int, abs(ioc->busy_level), in ioc_adjust_base_vrate()
1025 if (ioc->busy_level > 0) in ioc_adjust_base_vrate()
2084 if (ioc->busy_level > 0) in ioc_forgive_debts()
2381 prev_busy_level = ioc->busy_level; in ioc_timer_fn()
2386 ioc->busy_level = max(ioc->busy_level, 0); in ioc_timer_fn()
2387 ioc->busy_level++; in ioc_timer_fn()
2397 ioc->busy_level = min(ioc->busy_level, 0); in ioc_timer_fn()
[all …]