Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c1144 …clutch_bucket_group->scbg_interactivity_data.scct_count = (sched_clutch_bucket_group_interactive_p… in sched_clutch_bucket_group_init()
1433 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_interactivity_from_cpu_data()
1801 …p_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct_count, relaxed) - 1; in sched_clutch_bucket_group_timeshare_update()
2094 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2096 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2110 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2111 if (new_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()
2147 new_pending_data.scct_count = old_pending_data.scct_count; in sched_clutch_bucket_group_pending_ageout()
2162 …assert(clutch_bucket_group->scbg_interactivity_data.scct_count == (2 * sched_clutch_bucket_group_i… in sched_clutch_bucket_group_interactivity_score_calculate()
2163 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_bucket_group_interactivity_score_calculate()
[all …]
H A Dsched_clutch.h270 uint64_t scct_count; member
/xnu-8796.141.3/tools/lldbmacros/
H A Dscheduler.py168 clutch_bucket.scb_group.scbg_interactivity_data.scct_count,
288 … group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivity_data.scct_count))