Lines Matching refs:action
216 struct irqaction *action; in show_interrupts() local
219 action = desc->action; in show_interrupts()
220 if (!action) in show_interrupts()
232 seq_printf(p, " %s", action->name); in show_interrupts()
234 while ((action = action->next)) in show_interrupts()
235 seq_printf(p, ", %s", action->name); in show_interrupts()
237 for ( ;action; action = action->next) { in show_interrupts()
240 min = max = action->cr16_hist[0]; in show_interrupts()
243 int hist = action->cr16_hist[k]; in show_interrupts()
255 seq_printf(p, " %s[%d/%d/%d]", action->name, in show_interrupts()
526 if (unlikely(!desc->action)) in do_cpu_irq_mask()