Function report |
Source Code:include\linux\interrupt.h |
Create Date:2022-07-28 05:54:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_set_affinity_notifier
Proto:static inline int irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
struct irq_affinity_notify * | notify |
391 | Return 0 |
Name | Describe |
---|---|
free_irq_cpu_rmap | _irq_cpu_rmap - free a CPU affinity reverse-map used for IRQs*@rmap: Reverse-map allocated with alloc_irq_cpu_map(), or %NULL* Must be called in process context, before freeing the IRQs. |
irq_cpu_rmap_add | q_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map*@rmap: The reverse-map*@irq: The IRQ number* This adds an IRQ affinity notifier that will update the reverse-map* automatically.* Must be called in process context, after the IRQ is allocated but |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |