Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched_clutch.c1899 uint8_t pending_intervals) in sched_clutch_bucket_group_cpu_pending_adjust() argument
1904 …ted / ((sched_clutch_bucket_group_interactive_pri * cpu_blocked) + (cpu_used * pending_intervals)); in sched_clutch_bucket_group_cpu_pending_adjust()
1906 …uint64_t adjust_factor = (cpu_blocked * pending_intervals) / sched_clutch_bucket_group_interactive… in sched_clutch_bucket_group_cpu_pending_adjust()
1925 uint8_t pending_intervals) in sched_clutch_bucket_group_cpu_adjust() argument
1933 …if ((pending_intervals == 0) && (cpu_used + cpu_blocked) < sched_clutch_bucket_group_adjust_thresh… in sched_clutch_bucket_group_cpu_adjust()
1943 …_cpu_data_t)sched_clutch_bucket_group_cpu_pending_adjust(cpu_used, cpu_blocked, pending_intervals); in sched_clutch_bucket_group_cpu_adjust()
2532 …uint8_t pending_intervals = sched_clutch_bucket_group_pending_ageout(clutch_bucket_group, timestam… in sched_clutch_bucket_group_interactivity_score_calculate() local
2534 sched_clutch_bucket_group_cpu_adjust(clutch_bucket_group, pending_intervals); in sched_clutch_bucket_group_interactivity_score_calculate()