Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c2368 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_inc() local
2370 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_thr_count_inc()
2371 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2372 new_pending_data.scct_timestamp = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_thr_count_inc()
2373 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2384 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_dec() local
2386 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_thr_count_dec()
2387 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2402 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_pending_ageout() local
2406 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_pending_ageout()
[all …]