Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c2100 uint64_t old_pending_ts = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout()
2101 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()
2102 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()
2109 uint64_t pending_delta = timestamp - old_pending_ts; 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()
2197 uint64_t old_pending_ts = clutch_bucket_group->scbg_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout() local
2198 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()
2199 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()
2204 uint64_t pending_delta = timestamp - old_pending_ts; in sched_clutch_bucket_group_pending_ageout()
2210 …clutch_bucket_group->scbg_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * intera… in sched_clutch_bucket_group_pending_ageout()