Home
last modified time | relevance | path

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

/xnu-11215.41.3/osfmk/kern/
H A Dsched_clutch.c658 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_unbound_select_aboveui()
1388 …clutch_bucket_group->scbg_interactivity_data.scct_count = (sched_clutch_bucket_group_interactive_p… in sched_clutch_bucket_group_init()
1674 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_interactivity_from_cpu_data()
1747 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_bucket_highest_clutch_bucket()
2063 …p_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct_count, relaxed) - 1; in sched_clutch_bucket_group_timeshare_update()
2371 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2373 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2387 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2388 if (new_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()
2429 new_pending_data.scct_count = old_pending_data.scct_count; in sched_clutch_bucket_group_pending_ageout()
[all …]
H A Dsched_clutch.h263 uint64_t scct_count; member
/xnu-11215.41.3/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c136 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_count = interactivity_sc… in impl_create_tg()
/xnu-11215.41.3/tools/lldbmacros/
H A Dscheduler.py166 clutch_bucket.scb_group.scbg_interactivity_data.scct_count,
286 … group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivity_data.scct_count))