Searched refs:pending_irq (Results 1 – 5 of 5) sorted by relevance
152 u32 pending_irq; in sp_intc_get_ext_irq() local160 pending_irq = readl_relaxed(base + group * 4); in sp_intc_get_ext_irq()161 if (!pending_irq) in sp_intc_get_ext_irq()164 return (group * 32) + fls(pending_irq) - 1; in sp_intc_get_ext_irq()
856 unsigned long pending_irq; in owl_gpio_irq_handler() local868 pending_irq = readl_relaxed(base + port->intc_pd); in owl_gpio_irq_handler()870 for_each_set_bit(pin, &pending_irq, port->pins) { in owl_gpio_irq_handler()
29 irq_work_queue(&handle->event->pending_irq); in perf_output_wakeup()
4142 irq_work_queue(&event->pending_irq); in merge_sched_in()5811 irq_work_sync(&event->pending_irq); in DEFINE_FREE()7623 struct perf_event *event = container_of(entry, struct perf_event, pending_irq); in perf_pending_irq()10764 irq_work_queue(&event->pending_irq); in __perf_event_overflow()13316 init_irq_work(&event->pending_irq, perf_pending_irq); in perf_event_alloc()
879 struct irq_work pending_irq; member