Function report |
Source Code:kernel\irq\irqdesc.c |
Create Date:2022-07-28 10:08:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__irq_alloc_descs - allocate and initialize a range of irq descriptors*@irq: Allocate for specific irq number if irq >= 0*@from: Start the search from this irq number*@cnt: Number of consecutive irqs to allocate
Proto:int __ref __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node, struct module *owner, const struct irq_affinity_desc *affinity)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | irq | |
unsigned int | from | |
unsigned int | cnt | |
int | node | |
struct module * | owner | |
const struct irq_affinity_desc * | affinity |
774 | If irq >= 0 Then |
778 | Else |
784 | from = arch_dynirq_lower_bound(from) |
787 | mutex_lock( & sparse_irq_lock) |
801 | unlock : |
803 | Return ret |
Name | Describe |
---|---|
__devm_irq_alloc_descs | __devm_irq_alloc_descs - Allocate and initialize a range of irq descriptors* for a managed device*@dev: Device to allocate the descriptors for*@irq: Allocate for specific irq number if irq >= 0*@from: Start the search from this irq number*@cnt: Number of |
irq_domain_alloc_descs |
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 |