Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Diocost.h153 __field(int, busy_level)
165 __entry->busy_level = ioc->busy_level;
175 __entry->busy_level,
/linux-5.19.10/tools/cgroup/
Diocost_monitor.py103 self.busy_level = ioc.busy_level.value_()
121 'busy_level' : self.busy_level,
/linux-5.19.10/block/
Dblk-iocost.c429 int busy_level; /* saturation history */ member
980 if (!ioc->busy_level || (ioc->busy_level < 0 && nr_lagging)) { in ioc_adjust_base_vrate()
981 if (ioc->busy_level != prev_busy_level || nr_lagging) in ioc_adjust_base_vrate()
1001 int idx = min_t(int, abs(ioc->busy_level), in ioc_adjust_base_vrate()
1005 if (ioc->busy_level > 0) in ioc_adjust_base_vrate()
2063 if (ioc->busy_level > 0) in ioc_forgive_debts()
2358 prev_busy_level = ioc->busy_level; in ioc_timer_fn()
2363 ioc->busy_level = max(ioc->busy_level, 0); in ioc_timer_fn()
2364 ioc->busy_level++; in ioc_timer_fn()
2374 ioc->busy_level = min(ioc->busy_level, 0); in ioc_timer_fn()
[all …]