Searched refs:scct_timestamp (Results 1 – 4 of 4) sorted by relevance
1414 clutch_bucket_group->scbg_interactivity_data.scct_timestamp = 0; in sched_clutch_bucket_group_init()1416 …clutch_bucket_group->scbg_blocked_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS_INVAL… in sched_clutch_bucket_group_init()1417 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_init()2445 new_pending_data.scct_timestamp = old_pending_data.scct_timestamp; in sched_clutch_bucket_group_thr_count_inc()2447 new_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()2462 new_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_thr_count_dec()2464 new_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_dec()2481 uint64_t old_pending_ts = old_pending_data.scct_timestamp; 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()2542 clutch_bucket_group->scbg_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()[all …]
263 uint64_t scct_timestamp; member
220 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_timestamp = mach_absolut… in clutch_impl_create_tg()
157 …romAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) // 1000158 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615: