Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c1151 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_init()
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()
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()
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()
2201 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()
2202 clutch_bucket_group->scbg_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()
2204 clutch_bucket_group->scbg_pending_data.scct_count++; in sched_clutch_bucket_group_thr_count_inc()
2213 clutch_bucket_group->scbg_pending_data.scct_count--; in sched_clutch_bucket_group_thr_count_dec()
2214 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()
2215 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_thr_count_dec()
[all …]
H A Dsched_clutch.h306 sched_clutch_counter_time_t scbg_pending_data; member
/xnu-8796.141.3/tools/lldbmacros/
H A Dscheduler.py163 …tNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pending_data.scct_timesta…
164 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615: