Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c2295 uint64_t updated_run_count = 0; in sched_clutch_bucket_group_run_count_inc() local
2305 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() local
2325 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()