Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c1107 clutch_bucket_group->scbg_interactivity_data.scct_timestamp = 0; in sched_clutch_bucket_group_init()
1112 …clutch_bucket_group->scbg_blocked_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS_INVAL… in sched_clutch_bucket_group_init()
1113 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_init()
2064 new_pending_data.scct_timestamp = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_thr_count_inc()
2066 new_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()
2081 new_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_thr_count_dec()
2083 new_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_dec()
2100 uint64_t old_pending_ts = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout()
2115 new_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * interactivity_delta); in sched_clutch_bucket_group_pending_ageout()
2143 if (old_interactivity_data.scct_timestamp >= timestamp) { in sched_clutch_bucket_group_interactivity_score_calculate()
[all …]
H A Dsched_clutch.h288 uint64_t scct_timestamp; member
/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py171 …FromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) / 1000
172 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615: