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,
103 self.busy_level = ioc.busy_level.value_()121 'busy_level' : self.busy_level,
429 int busy_level; /* saturation history */ member980 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 …]