Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsched_clutch.c1143 …clutch_bucket_group->scbg_interactivity_data.scct_count = (sched_clutch_bucket_group_interactive_p… in sched_clutch_bucket_group_init()
1429 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_interactivity_from_cpu_data()
1797 …p_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct_count, relaxed) - 1; in sched_clutch_bucket_group_timeshare_update()
2096 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2098 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2112 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2113 if (new_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()
2149 new_pending_data.scct_count = old_pending_data.scct_count; in sched_clutch_bucket_group_pending_ageout()
2164 …assert(clutch_bucket_group->scbg_interactivity_data.scct_count == (2 * sched_clutch_bucket_group_i… in sched_clutch_bucket_group_interactivity_score_calculate()
2165 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_bucket_group_interactivity_score_calculate()
[all …]
H A Dsched_clutch.h256 uint64_t scct_count; member
/xnu-10063.141.1/tools/lldbmacros/
H A Dscheduler.py163 clutch_bucket.scb_group.scbg_interactivity_data.scct_count,
283 … group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivity_data.scct_count))