Lines Matching refs:priority
144 int priority; member
296 int priority = -1; in IRQ_check() local
304 irq, IVPR_PRIORITY(opp->src[irq].ivpr), priority); in IRQ_check()
306 if (IVPR_PRIORITY(opp->src[irq].ivpr) > priority) { in IRQ_check()
308 priority = IVPR_PRIORITY(opp->src[irq].ivpr); in IRQ_check()
313 q->priority = priority; in IRQ_check()
329 int priority; in IRQ_local_pipe() local
365 priority = IVPR_PRIORITY(src->ivpr); in IRQ_local_pipe()
377 if (active && priority <= dst->ctpr) { in IRQ_local_pipe()
379 __func__, n_IRQ, priority, dst->ctpr, n_CPU); in IRQ_local_pipe()
385 priority <= dst->servicing.priority) { in IRQ_local_pipe()
395 if (dst->raised.priority > dst->ctpr && in IRQ_local_pipe()
396 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
399 dst->raised.priority, dst->ctpr, in IRQ_local_pipe()
400 dst->servicing.priority, n_CPU); in IRQ_local_pipe()
405 dst->servicing.priority, n_CPU); in IRQ_local_pipe()
1058 __func__, idx, dst->ctpr, dst->raised.priority, in openpic_cpu_write_internal()
1059 dst->servicing.priority); in openpic_cpu_write_internal()
1061 if (dst->raised.priority <= dst->ctpr) { in openpic_cpu_write_internal()
1065 } else if (dst->raised.priority > dst->servicing.priority) { in openpic_cpu_write_internal()
1100 IVPR_PRIORITY(src->ivpr) > dst->servicing.priority)) { in openpic_cpu_write_internal()