函数逻辑报告 |
Source Code:lib\cpu_rmap.c |
Create Date:2022-07-27 08:16:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:int irq_cpu_rmap_add(struct cpu_rmap *rmap, int irq)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cpu_rmap * | rmap | |
int | irq |
293 | release等于回收IRQ子系统回调 |
295 | 得到cpu_rmap引用 |
296 | index等于增加cpu_rmap |
297 | rc等于irq_set_affinity_notifier(irq, & notify) |
298 | 如果rc则 |
299 | 释放cpu_rmap引用 |
302 | 返回:rc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |