Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c2294 uint64_t blocked_time = 0; in sched_clutch_bucket_group_run_count_inc() local
2301 blocked_time = mach_absolute_time() - clutch_bucket_group->scbg_blocked_data.scct_timestamp; in sched_clutch_bucket_group_run_count_inc()
2308 blocked_time = MIN(blocked_time, sched_clutch_bucket_group_adjust_threshold); in sched_clutch_bucket_group_run_count_inc()
2309 …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()
2352 uint64_t blocked_time = ctime - old_blocked_data.scct_timestamp; in sched_clutch_bucket_group_run_count_inc() local
2353 blocked_time = MIN(blocked_time, sched_clutch_bucket_group_adjust_threshold); in sched_clutch_bucket_group_run_count_inc()
2354 …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()