Searched refs:scct_count (Results 1 – 4 of 4) sorted by relevance
677 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_unbound_select_aboveui()1413 …clutch_bucket_group->scbg_interactivity_data.scct_count = (sched_clutch_bucket_group_interactive_p… in sched_clutch_bucket_group_init()1698 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_interactivity_from_cpu_data()1771 …ri + (int)(os_atomic_load(&prev_clutch_bucket_group->scbg_interactivity_data.scct_count, relaxed)); in sched_clutch_root_bucket_highest_clutch_bucket()2075 …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()2444 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()2446 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()2460 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()2461 if (new_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()2502 new_pending_data.scct_count = old_pending_data.scct_count; in sched_clutch_bucket_group_pending_ageout()[all …]
262 uint64_t scct_count; member
219 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_count = interactivity_sc… in clutch_impl_create_tg()
162 clutch_bucket.scb_group.scbg_interactivity_data.scct_count,282 … group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivity_data.scct_count))