Searched refs:scbg_blocked_data (Results 1 – 2 of 2) sorted by relevance
1112 …clutch_bucket_group->scbg_blocked_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS_INVAL… in sched_clutch_bucket_group_init()1770 …uint64_t bucket_group_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct… in sched_clutch_bucket_group_timeshare_update()2267 …if ((clutch_bucket_group->scbg_blocked_data.scct_timestamp != SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS… in sched_clutch_bucket_group_run_count_inc()2268 (clutch_bucket_group->scbg_blocked_data.scct_count == 0)) { in sched_clutch_bucket_group_run_count_inc()2270 blocked_time = mach_absolute_time() - clutch_bucket_group->scbg_blocked_data.scct_timestamp; in sched_clutch_bucket_group_run_count_inc()2271 …clutch_bucket_group->scbg_blocked_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS_INVAL… in sched_clutch_bucket_group_run_count_inc()2273 …clutch_bucket_group->scbg_blocked_data.scct_count = clutch_bucket_group->scbg_blocked_data.scct_co… in sched_clutch_bucket_group_run_count_inc()2274 updated_run_count = clutch_bucket_group->scbg_blocked_data.scct_count; in sched_clutch_bucket_group_run_count_inc()2289 …clutch_bucket_group->scbg_blocked_data.scct_count = clutch_bucket_group->scbg_blocked_data.scct_co… in sched_clutch_bucket_group_run_count_dec()2290 if (clutch_bucket_group->scbg_blocked_data.scct_count == 0) { in sched_clutch_bucket_group_run_count_dec()[all …]
321 sched_clutch_counter_time_t scbg_blocked_data; member