Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dsched_clutch.c657 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_unbound_select_aboveui()
1387 …clutch_bucket_group->scbg_interactivity_data.scct_count = (sched_clutch_bucket_group_interactive_p… in sched_clutch_bucket_group_init()
1673 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_interactivity_from_cpu_data()
1746 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_bucket_highest_clutch_bucket()
2062 …p_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct_count, relaxed) - 1; in sched_clutch_bucket_group_timeshare_update()
2370 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2372 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2386 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2387 if (new_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()
2428 new_pending_data.scct_count = old_pending_data.scct_count; in sched_clutch_bucket_group_pending_ageout()
[all …]
H A Dsched_clutch.h262 uint64_t scct_count; member
/xnu-11417.101.15/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c173 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_count = interactivity_sc… in clutch_impl_create_tg()
/xnu-11417.101.15/tools/lldbmacros/
H A Dscheduler.py162 clutch_bucket.scb_group.scbg_interactivity_data.scct_count,
282 … group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivity_data.scct_count))