Query: synchronize_irq
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYNCHRONIZE_IRQ(9) Public Functions Provided SYNCHRONIZE_IRQ(9)NAMEsynchronize_irq - wait for pending IRQ handlers (on other CPUs)SYNOPSISvoid synchronize_irq(unsigned int irq);ARGUMENTSirq interrupt number to wait forDESCRIPTIONThis function waits for any pending IRQ handlers for this interrupt to complete before returning. If you use this function while holding a resource the IRQ handler may need you will deadlock. This function may be called - with care - from IRQ context.AUTHORSThomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SYNCHRONIZE_IRQ(9)
| Related Man Pages |
|---|
| ccw_device_start(9) - centos |
| struct_irq_chip(9) - centos |
| struct_irq_chip_generic(9) - centos |
| struct_irq_chip(9) - suse |
| tapset::irq(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Tar Command |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |