Lines Matching defs:priority
52 * given hardware interrupt priority level.
72 * HW_INT0 - Low Priority Chip Interrupts (Lowest Priority)
73 * HW_INT1 - High Priority Chip Interrupts
77 * HW_INT5 - Timer Interrupt (Highest Priority)
254 * establish the low/high priority cpu interrupts.
255 * note here we pass the value of the priority as the argument
266 ra_intr_establish(int intr, int (*func)(void *), void *arg, int priority)
283 r |= (priority << irq2bit[intr]);
319 * caller handles priority by the calling this function w/ PRI_HIGH first
324 const int priority = (intptr_t)arg;
325 const u_int off = (priority == 0) ?