Searched refs:scbg_pending_data (Results 1 – 3 of 3) sorted by relevance
286 sched_clutch_counter_time_t scbg_pending_data; member
1147 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_init()2095 …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()2111 …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()2131 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_pending_ageout()2203 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()2204 clutch_bucket_group->scbg_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()2206 clutch_bucket_group->scbg_pending_data.scct_count++; in sched_clutch_bucket_group_thr_count_inc()2215 clutch_bucket_group->scbg_pending_data.scct_count--; in sched_clutch_bucket_group_thr_count_dec()2216 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()2217 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_thr_count_dec()[all …]
163 …tNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pending_data.scct_timesta…164 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615: