Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c2408 uint64_t old_pending_ts = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout()
2409 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()
2410 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()
2417 uint64_t pending_delta = timestamp - old_pending_ts; in sched_clutch_bucket_group_pending_ageout()
2428 new_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * interactivity_delta); in sched_clutch_bucket_group_pending_ageout()
2498 uint64_t old_pending_ts = clutch_bucket_group->scbg_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout() local
2499 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()
2500 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()
2505 uint64_t pending_delta = timestamp - old_pending_ts; in sched_clutch_bucket_group_pending_ageout()
2516 …clutch_bucket_group->scbg_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * intera… in sched_clutch_bucket_group_pending_ageout()