Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c1977 uint8_t pending_intervals) in sched_clutch_bucket_group_cpu_pending_adjust() argument
1982 …ted / ((sched_clutch_bucket_group_interactive_pri * cpu_blocked) + (cpu_used * pending_intervals)); in sched_clutch_bucket_group_cpu_pending_adjust()
1984 …uint64_t adjust_factor = (cpu_blocked * pending_intervals) / sched_clutch_bucket_group_interactive… in sched_clutch_bucket_group_cpu_pending_adjust()
2003 uint8_t pending_intervals) in sched_clutch_bucket_group_cpu_adjust() argument
2011 …if ((pending_intervals == 0) && (cpu_used + cpu_blocked) < sched_clutch_bucket_group_adjust_thresh… in sched_clutch_bucket_group_cpu_adjust()
2021 …_cpu_data_t)sched_clutch_bucket_group_cpu_pending_adjust(cpu_used, cpu_blocked, pending_intervals); in sched_clutch_bucket_group_cpu_adjust()
2663 …uint8_t pending_intervals = sched_clutch_bucket_group_pending_ageout(clutch_bucket_group, timestam… in sched_clutch_bucket_group_interactivity_score_calculate() local
2665 sched_clutch_bucket_group_cpu_adjust(clutch_bucket_group, pending_intervals); in sched_clutch_bucket_group_interactivity_score_calculate()