Function report |
Source Code:kernel\irq\ipi.c |
Create Date:2022-07-28 10:15:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ipi_send_verify
Proto:static int ipi_send_verify(struct irq_chip *chip, struct irq_data *data, const struct cpumask *dest, unsigned int cpu)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_chip * | chip | |
struct irq_data * | data | |
const struct cpumask * | dest | |
unsigned int | cpu |
194 | If Not ipi_send_single && Not ipi_send_mask Then Return -EINVAL |
197 | If cpu >= nr_cpu_ids Then Return -EINVAL |
200 | If dest Then |
203 | Else |
207 | Return 0 |
Name | Describe |
---|---|
ipi_send_single | pi_send_single - Send an IPI to a single CPU*@virq: linux irq number from irq_reserve_ipi()*@cpu: destination CPU, must in the destination mask passed to* irq_reserve_ipi()* Returns zero on success and negative error number on failure. |
ipi_send_mask | pi_send_mask - Send an IPI to target CPU(s)*@virq: linux irq number from irq_reserve_ipi()*@dest: dest CPU(s), must be a subset of the mask passed to* irq_reserve_ipi()* Returns zero on success and negative error number on failure. |
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 |