Searched refs:actionp (Results 1 – 2 of 2) sorted by relevance
148 struct irqaction *action, **actionp; in sun4d_free_irq() local154 actionp = irq + irq_action; in sun4d_free_irq()156 actionp = &(sbus_actions[irq - (1 << 5)].action); in sun4d_free_irq()157 action = *actionp; in sun4d_free_irq()189 *actionp = action->next; in sun4d_free_irq()199 if (!(*actionp)) in sun4d_free_irq()235 struct sbus_action *actionp; in sun4d_handler_irq() local246 actionp = sbus_actions + (sbino << 5) + (sbil); in sun4d_handler_irq()248 for (slot = (1 << sbil); mask; slot <<= 1, actionp++) in sun4d_handler_irq()251 action = actionp->action; in sun4d_handler_irq()[all …]
213 struct irqaction **actionp; in free_irq() local231 actionp = &sparc_irq[cpu_irq].action; in free_irq()232 action = *actionp; in free_irq()242 actionp = &action->next; in free_irq()262 *actionp = action->next; in free_irq()517 struct irqaction * action, **actionp; in request_irq() local540 actionp = &sparc_irq[cpu_irq].action; in request_irq()541 action = *actionp; in request_irq()552 for ( ; action; action = *actionp) in request_irq()553 actionp = &action->next; in request_irq()[all …]