Searched refs:scct_count (Results 1 – 3 of 3) sorted by relevance
1106 …clutch_bucket_group->scbg_interactivity_data.scct_count = (sched_clutch_bucket_group_interactive_p… in sched_clutch_bucket_group_init()1402 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_interactivity_from_cpu_data()1770 …p_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct_count, relaxed) - 1; in sched_clutch_bucket_group_timeshare_update()2063 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()2065 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()2079 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()2080 if (new_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()2116 new_pending_data.scct_count = old_pending_data.scct_count; in sched_clutch_bucket_group_pending_ageout()2131 …assert(clutch_bucket_group->scbg_interactivity_data.scct_count == (2 * sched_clutch_bucket_group_i… in sched_clutch_bucket_group_interactivity_score_calculate()2132 return (uint8_t)clutch_bucket_group->scbg_interactivity_data.scct_count; in sched_clutch_bucket_group_interactivity_score_calculate()[all …]
287 uint64_t scct_count; member
174 ….sc_tg, pending_delta, clutch_bucket.scb_group.scbg_interactivity_data.scct_count, tg_boost, Sched…293 …t group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivity_data.scct_count)