irq_percpu_is_enabled (9) - Linux Manuals

irq_percpu_is_enabled: Check whether the per cpu irq is enabled

NAME

irq_percpu_is_enabled - Check whether the per cpu irq is enabled

SYNOPSIS

bool irq_percpu_is_enabled(unsigned int irq);

ARGUMENTS

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.

COPYRIGHT