Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.h290 sched_clutch_counter_time_t scbg_pending_data; member
H A Dsched_clutch.c1417 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_init()
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()
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()
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()
2541 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2542 clutch_bucket_group->scbg_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()
2544 clutch_bucket_group->scbg_pending_data.scct_count++; in sched_clutch_bucket_group_thr_count_inc()
2553 clutch_bucket_group->scbg_pending_data.scct_count--; in sched_clutch_bucket_group_thr_count_dec()
2554 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()
2555 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_thr_count_dec()
[all …]
/xnu-12377.1.9/tools/lldbmacros/
H A Dscheduler.py157 …tNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pending_data.scct_timesta…
158 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615: