Searched refs:updated_run_count (Results 1 – 1 of 1) sorted by relevance
2295 uint64_t updated_run_count = 0; in sched_clutch_bucket_group_run_count_inc() local2305 updated_run_count = clutch_bucket_group->scbg_blocked_data.scct_count; in sched_clutch_bucket_group_run_count_inc()2310 return (uint32_t)updated_run_count; in sched_clutch_bucket_group_run_count_inc()2317 uint64_t updated_run_count = 0; in sched_clutch_bucket_group_run_count_dec() local2325 updated_run_count = clutch_bucket_group->scbg_blocked_data.scct_count; in sched_clutch_bucket_group_run_count_dec()2327 return (uint32_t)updated_run_count; in sched_clutch_bucket_group_run_count_dec()