Function report | 
Source Code:kernel\irq\irqdesc.c | 
Create Date:2022-07-28 10:08:36 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:q_free_descs - free irq descriptors*@from: Start of descriptor range*@cnt: Number of consecutive irqs to free
Proto:void irq_free_descs(unsigned int from, unsigned int cnt)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned int | from | |
| unsigned int | cnt | 
| 743 | mutex_lock( & sparse_irq_lock) | 
| 747 | bitmap_clear(allocated_irqs, from, cnt) | 
| Name | Describe | 
|---|---|
| devm_irq_desc_release | |
| irq_sim_init | q_sim_init - Initialize the interrupt simulator: allocate a range of* dummy interrupts.*@sim: The interrupt simulator object to initialize.*@num_irqs: Number of interrupts to allocate* On success: return the base of the allocated interrupt range. | 
| irq_sim_fini | q_sim_fini - Deinitialize the interrupt simulator: free the interrupt* descriptors and allocated memory.*@sim: The interrupt simulator to tear down. | 
| irq_reserve_ipi | q_reserve_ipi() - Setup an IPI to destination cpumask*@domain: IPI domain*@dest: cpumask of cpus which can receive the IPI* Allocate a virq that can be used to send IPI to any CPU in dest mask | 
| 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  |