Searched refs:scbg_pending_data (Results 1 – 3 of 3) sorted by relevance
293 sched_clutch_counter_time_t scbg_pending_data; member
1392 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_init()2370 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_thr_count_inc()2386 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_thr_count_dec()2406 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_pending_ageout()2471 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()2472 clutch_bucket_group->scbg_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()2474 clutch_bucket_group->scbg_pending_data.scct_count++; in sched_clutch_bucket_group_thr_count_inc()2483 clutch_bucket_group->scbg_pending_data.scct_count--; in sched_clutch_bucket_group_thr_count_dec()2484 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()2485 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_thr_count_dec()[all …]
161 …tNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pending_data.scct_timesta…162 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615: