Searched refs:blocked_time (Results 1 – 1 of 1) sorted by relevance
2263 uint64_t blocked_time = 0; in sched_clutch_bucket_group_run_count_inc() local2270 blocked_time = mach_absolute_time() - clutch_bucket_group->scbg_blocked_data.scct_timestamp; in sched_clutch_bucket_group_run_count_inc()2277 blocked_time = MIN(blocked_time, sched_clutch_bucket_group_adjust_threshold); in sched_clutch_bucket_group_run_count_inc()2278 …bucket_group->scbg_cpu_data.cpu_data.scbcd_cpu_blocked), (clutch_cpu_data_t)blocked_time, relaxed); in sched_clutch_bucket_group_run_count_inc()2321 uint64_t blocked_time = ctime - old_blocked_data.scct_timestamp; in sched_clutch_bucket_group_run_count_inc() local2322 blocked_time = MIN(blocked_time, sched_clutch_bucket_group_adjust_threshold); in sched_clutch_bucket_group_run_count_inc()2323 …bucket_group->scbg_cpu_data.cpu_data.scbcd_cpu_blocked), (clutch_cpu_data_t)blocked_time, relaxed); in sched_clutch_bucket_group_run_count_inc()