Lines Matching refs:prio
119 u8 prio = 0xff;
131 prio = ffs(pending) - 1;
134 if (prio >= xc->cppr || prio > 7) {
136 prio = xc->mfrr;
143 q = &xc->queues[prio];
168 * We also need to do that if prio is 0 and we had no
176 if (hirq == XICS_IPI || (prio == 0 && !qpage)) {
197 pending &= ~(1 << prio);
215 * If the most favoured prio we found pending is less
219 if (prio >= xc->mfrr && xc->mfrr < xc->cppr) {
220 prio = xc->mfrr;
252 * loop will only exit with hirq != 0 if prio is lower than
257 xc->cppr = prio;
360 u8 pending, prio;
371 prio = ffs(pending) - 1;
373 __x_writeb(prio, __x_tima + TM_SPC_SET_OS_PENDING);
379 unsigned int prio;
382 for (prio = xc->cppr; prio < KVMPPC_XIVE_Q_COUNT; prio++) {
383 struct xive_q *q = &xc->queues[prio];