Searched refs:scbg_pending_data (Results 1 – 3 of 3) sorted by relevance
1113 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_init()2062 …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()2078 …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()2098 …os_atomic_rmw_loop(&clutch_bucket_group->scbg_pending_data.scct_packed, old_pending_data.scct_pack… in sched_clutch_bucket_group_pending_ageout()2170 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_inc()2171 clutch_bucket_group->scbg_pending_data.scct_timestamp = timestamp; in sched_clutch_bucket_group_thr_count_inc()2173 clutch_bucket_group->scbg_pending_data.scct_count++; in sched_clutch_bucket_group_thr_count_inc()2182 clutch_bucket_group->scbg_pending_data.scct_count--; in sched_clutch_bucket_group_thr_count_dec()2183 if (clutch_bucket_group->scbg_pending_data.scct_count == 0) { in sched_clutch_bucket_group_thr_count_dec()2184 clutch_bucket_group->scbg_pending_data.scct_timestamp = SCHED_CLUTCH_BUCKET_GROUP_PENDING_INVALID; in sched_clutch_bucket_group_thr_count_dec()[all …]
323 sched_clutch_counter_time_t scbg_pending_data; member
171 …tNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pending_data.scct_timesta…172 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615: