Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c2264 uint64_t updated_run_count = 0; in sched_clutch_bucket_group_run_count_inc() local
2274 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() local
2294 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()