Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c675 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_unbound_select_aboveui()
1411 …clutch_bucket_group->scbg_interactivity_data.scct_count = (sched_clutch_bucket_group_interactive_p… in sched_clutch_bucket_group_init()
1748 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_interactivity_from_cpu_data()
1821 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_bucket_highest_clutch_bucket()
2122 …p_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct_count, relaxed) - 1; in sched_clutch_bucket_group_pri_shift_update()
2501 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2503 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2517 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2518 if (new_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()
2559 new_pending_data.scct_count = old_pending_data.scct_count; in sched_clutch_bucket_group_pending_ageout()
[all …]
H A Dsched_clutch.h293 uint64_t scct_count; member
/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c230 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_count = interactivity_sc… in clutch_impl_create_tg()
/xnu-12377.81.4/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))