Lines Matching defs:cx_votes
159 struct perf_level cx_votes[4];
168 struct perf_level cx_votes[4];
192 assert(msg->num_gmu_levels <= ARRAY_SIZE(msg->cx_votes));
195 msg->cx_votes[i].vote, msg->cx_votes[i].freq);
198 for (; i < ARRAY_SIZE(msg->cx_votes); i++) {
199 assert(!msg->cx_votes[i].vote);
200 assert(!msg->cx_votes[i].freq);
222 assert(msg->num_gmu_levels <= ARRAY_SIZE(msg->cx_votes));
225 msg->cx_votes[i].vote, msg->cx_votes[i].freq);
228 for (; i < ARRAY_SIZE(msg->cx_votes); i++) {
229 assert(!msg->cx_votes[i].vote);
230 assert(!msg->cx_votes[i].freq);