Searched refs:adjust_factor (Results 1 – 1 of 1) sorted by relevance
1614 …uint64_t adjust_factor = (cpu_blocked * pending_intervals) / sched_clutch_bucket_group_interactive… in sched_clutch_bucket_group_cpu_pending_adjust() local1615 cpu_used_adjusted = (adjust_factor > cpu_used) ? 0 : (cpu_used - adjust_factor); in sched_clutch_bucket_group_cpu_pending_adjust()