Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.c2441 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_inc() local
2443 …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()
2444 new_pending_data.scct_count = old_pending_data.scct_count + 1; in sched_clutch_bucket_group_thr_count_inc()
2445 new_pending_data.scct_timestamp = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_thr_count_inc()
2446 if (old_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2457 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_thr_count_dec() local
2459 …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()
2460 new_pending_data.scct_count = old_pending_data.scct_count - 1; in sched_clutch_bucket_group_thr_count_dec()
2475 sched_clutch_counter_time_t old_pending_data; in sched_clutch_bucket_group_pending_ageout() local
2479 …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 …]