Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Diocost.h153 __field(int, busy_level)
165 __entry->busy_level = ioc->busy_level;
175 __entry->busy_level,
/Linux-v6.1/tools/cgroup/
Diocost_monitor.py103 self.busy_level = ioc.busy_level.value_()
121 'busy_level' : self.busy_level,
/Linux-v6.1/block/
Dblk-iocost.c429 int busy_level; /* saturation history */ member
976 if (!ioc->busy_level || (ioc->busy_level < 0 && nr_lagging)) { in ioc_adjust_base_vrate()
977 if (ioc->busy_level != prev_busy_level || nr_lagging) in ioc_adjust_base_vrate()
997 int idx = min_t(int, abs(ioc->busy_level), in ioc_adjust_base_vrate()
1001 if (ioc->busy_level > 0) in ioc_adjust_base_vrate()
2059 if (ioc->busy_level > 0) in ioc_forgive_debts()
2354 prev_busy_level = ioc->busy_level; in ioc_timer_fn()
2359 ioc->busy_level = max(ioc->busy_level, 0); in ioc_timer_fn()
2360 ioc->busy_level++; in ioc_timer_fn()
2370 ioc->busy_level = min(ioc->busy_level, 0); in ioc_timer_fn()
[all …]