disable_irq_nosync(9) centos man page | unix.com

Man Page: disable_irq_nosync

Operating Environment: centos

Section: 9

DISABLE_IRQ_NOSYNC(9)					     Public Functions Provided					     DISABLE_IRQ_NOSYNC(9)

NAME
disable_irq_nosync - disable an irq without waiting
SYNOPSIS
void disable_irq_nosync(unsigned int irq);
ARGUMENTS
irq Interrupt to disable
DESCRIPTION
Disable the selected interrupt line. Disables and Enables are nested. Unlike disable_irq, this function does not ensure existing instances of the IRQ handler have completed before returning. This function may be called from IRQ context.
AUTHORS
Thomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DISABLE_IRQ_NOSYNC(9)
Related Man Pages
struct_i2c_board_info(9) - centos
struct_irq_chip_generic(9) - centos
struct_uio_info(9) - centos
struct_irq_chip(9) - suse
tapset::irq(3stap) - debian
Similar Topics in the Unix Linux Community
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq