Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c1900 uint8_t pending_intervals) in sched_clutch_bucket_group_cpu_pending_adjust() argument
1905 …ted / ((sched_clutch_bucket_group_interactive_pri * cpu_blocked) + (cpu_used * pending_intervals)); in sched_clutch_bucket_group_cpu_pending_adjust()
1907 …uint64_t adjust_factor = (cpu_blocked * pending_intervals) / sched_clutch_bucket_group_interactive… in sched_clutch_bucket_group_cpu_pending_adjust()
1926 uint8_t pending_intervals) in sched_clutch_bucket_group_cpu_adjust() argument
1934 …if ((pending_intervals == 0) && (cpu_used + cpu_blocked) < sched_clutch_bucket_group_adjust_thresh… in sched_clutch_bucket_group_cpu_adjust()
1944 …_cpu_data_t)sched_clutch_bucket_group_cpu_pending_adjust(cpu_used, cpu_blocked, pending_intervals); in sched_clutch_bucket_group_cpu_adjust()
2536 …uint8_t pending_intervals = sched_clutch_bucket_group_pending_ageout(clutch_bucket_group, timestam… in sched_clutch_bucket_group_interactivity_score_calculate() local
2538 sched_clutch_bucket_group_cpu_adjust(clutch_bucket_group, pending_intervals); in sched_clutch_bucket_group_interactivity_score_calculate()