Searched refs:old_pending_ts (Results 1 – 1 of 1) sorted by relevance
2131 uint64_t old_pending_ts = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout()2132 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()2133 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()2140 uint64_t pending_delta = timestamp - old_pending_ts; in sched_clutch_bucket_group_pending_ageout()2146 new_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * interactivity_delta); in sched_clutch_bucket_group_pending_ageout()2228 uint64_t old_pending_ts = clutch_bucket_group->scbg_pending_data.scct_timestamp; in sched_clutch_bucket_group_pending_ageout() local2229 bool old_update = (old_pending_ts >= timestamp); in sched_clutch_bucket_group_pending_ageout()2230 bool no_pending_time = (old_pending_ts == SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID); in sched_clutch_bucket_group_pending_ageout()2235 uint64_t pending_delta = timestamp - old_pending_ts; in sched_clutch_bucket_group_pending_ageout()2241 …clutch_bucket_group->scbg_pending_data.scct_timestamp = old_pending_ts + (cpu_usage_shift * intera… in sched_clutch_bucket_group_pending_ageout()