Searched refs:busy_level (Results 1 – 3 of 3) sorted by relevance
153 __field(int, busy_level)165 __entry->busy_level = ioc->busy_level;175 __entry->busy_level,
104 self.busy_level = ioc.busy_level.value_()122 'busy_level' : self.busy_level,
433 int busy_level; /* saturation history */ member1000 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()2091 if (ioc->busy_level > 0) in ioc_forgive_debts()2388 prev_busy_level = ioc->busy_level; in ioc_timer_fn()2393 ioc->busy_level = max(ioc->busy_level, 0); in ioc_timer_fn()2394 ioc->busy_level++; in ioc_timer_fn()2404 ioc->busy_level = min(ioc->busy_level, 0); in ioc_timer_fn()[all …]