Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dsched_clutch.c2060 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_inc() local
2062 …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()
2063 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2064 new_pending_data.scct_timestamp = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_thr_count_inc()
2065 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2076 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_dec() local
2078 …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()
2079 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2094 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_pending_ageout() local
2098 …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 …]