Name

irq_percpu_is_enabled — Check whether the per cpu irq is enabled

Synopsis

bool irq_percpu_is_enabled (unsigned int irq);
 

Arguments

unsigned int irq

Linux irq number to check for

Description

Must be called from a non migratable context. Returns the enable state of a per cpu interrupt on the current cpu.