Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c2091 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_inc() local
2093 …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()
2094 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2095 new_pending_data.scct_timestamp = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_thr_count_inc()
2096 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2107 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_dec() local
2109 …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()
2110 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2125 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_pending_ageout() local
2129 …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 …]