Home
last modified time | relevance | path

Searched refs:handle_enforce_irqctx (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/irq/
H A Dresend.c58 if (handle_enforce_irqctx(&desc->irq_data)) in irq_sw_resend()
H A Dinternals.h430 static inline bool handle_enforce_irqctx(struct irq_data *data) in handle_enforce_irqctx() function
460 static inline bool handle_enforce_irqctx(struct irq_data *data) in handle_enforce_irqctx() function
H A Dirqdesc.c649 if (WARN_ON_ONCE(!in_irq() && handle_enforce_irqctx(data))) in generic_handle_irq()