Searched refs:actionp (Results 1 – 1 of 1) sorted by relevance
133 struct irqaction *action, **actionp; in sun4d_free_irq() local138 actionp = irq + irq_action; in sun4d_free_irq()140 actionp = &(sbus_actions[irq - (1 << 5)].action); in sun4d_free_irq()141 action = *actionp; in sun4d_free_irq()174 *actionp = action->next; in sun4d_free_irq()178 if (!(*actionp)) in sun4d_free_irq()211 struct sbus_action *actionp; in sun4d_handler_irq() local222 actionp = sbus_actions + (sbino << 5) + (sbil); in sun4d_handler_irq()224 for (slot = (1 << sbil); mask; slot <<= 1, actionp++) in sun4d_handler_irq()227 action = actionp->action; in sun4d_handler_irq()[all …]