Searched refs:updated_run_count (Results 1 – 1 of 1) sorted by relevance
2264 uint64_t updated_run_count = 0; in sched_clutch_bucket_group_run_count_inc() local2274 updated_run_count = clutch_bucket_group->scbg_blocked_data.scct_count; in sched_clutch_bucket_group_run_count_inc()2279 return (uint32_t)updated_run_count; in sched_clutch_bucket_group_run_count_inc()2286 uint64_t updated_run_count = 0; in sched_clutch_bucket_group_run_count_dec() local2294 updated_run_count = clutch_bucket_group->scbg_blocked_data.scct_count; in sched_clutch_bucket_group_run_count_dec()2296 return (uint32_t)updated_run_count; in sched_clutch_bucket_group_run_count_dec()