Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dsched_clutch.c2367 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_inc() local
2369 …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()
2370 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2371 new_pending_data.scct_timestamp = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_thr_count_inc()
2372 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2383 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_dec() local
2385 …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()
2386 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2401 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_pending_ageout() local
2405 …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 …]