Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_clutch.c2481 uint64_t old_pending_ts = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout()
2482 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()
2483 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()
2490 uint64_t pending_delta = timestamp - old_pending_ts; in sched_clutch_bucket_group_pending_ageout()
2501 new_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * interactivity_delta); in sched_clutch_bucket_group_pending_ageout()
2568 uint64_t old_pending_ts = clutch_bucket_group->scbg_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout() local
2569 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()
2570 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()
2575 uint64_t pending_delta = timestamp - old_pending_ts; in sched_clutch_bucket_group_pending_ageout()
2586 …clutch_bucket_group->scbg_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * intera… in sched_clutch_bucket_group_pending_ageout()