Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c1150 …clutch_bucket_group->scbg_blocked_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS_INVAL… in sched_clutch_bucket_group_init()
1801 …uint64_t bucket_group_run_count = os_atomic_load_wide(&clutch_bucket_group->scbg_blocked_data.scct… in sched_clutch_bucket_group_timeshare_update()
2298 …if ((clutch_bucket_group->scbg_blocked_data.scct_timestamp != SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS… in sched_clutch_bucket_group_run_count_inc()
2299 (clutch_bucket_group->scbg_blocked_data.scct_count == 0)) { in sched_clutch_bucket_group_run_count_inc()
2301 blocked_time = mach_absolute_time() - clutch_bucket_group->scbg_blocked_data.scct_timestamp; in sched_clutch_bucket_group_run_count_inc()
2302 …clutch_bucket_group->scbg_blocked_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_BLOCKED_TS_INVAL… in sched_clutch_bucket_group_run_count_inc()
2304 …clutch_bucket_group->scbg_blocked_data.scct_count = clutch_bucket_group->scbg_blocked_data.scct_co… in sched_clutch_bucket_group_run_count_inc()
2305 updated_run_count = clutch_bucket_group->scbg_blocked_data.scct_count; in sched_clutch_bucket_group_run_count_inc()
2320 …clutch_bucket_group->scbg_blocked_data.scct_count = clutch_bucket_group->scbg_blocked_data.scct_co… in sched_clutch_bucket_group_run_count_dec()
2321 if (clutch_bucket_group->scbg_blocked_data.scct_count == 0) { in sched_clutch_bucket_group_run_count_dec()
[all …]
H A Dsched_clutch.h304 sched_clutch_counter_time_t scbg_blocked_data; member