函数逻辑报告 |
Source Code:kernel\irq\ipi.c |
Create Date:2022-07-27 11:15:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ipi_send_verify
函数原型:static int ipi_send_verify(struct irq_chip *chip, struct irq_data *data, const struct cpumask *dest, unsigned int cpu)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_chip * | chip | |
struct irq_data * | data | |
const struct cpumask * | dest | |
unsigned int | cpu |
194 | 如果非ipi_send_single且非ipi_send_mask则返回:负EINVAL |
197 | 如果cpu大于等于nr_cpu_ids则返回:负EINVAL |
200 | 如果dest则 |
203 | 否则 |
207 | 返回:0 |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |