函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:30:09 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ioapic_setup_resources
函数原型:static struct resource *__init ioapic_setup_resources(void)
返回类型:struct resource
参数:无
2636 | 如果nr_ioapics恒等于0则返回:NULL |
2639 | n等于This function updates target affinity of IOAPIC interrupts to include* the CPUs which came online during SMP bringup.加sizeof(structresource) |
2640 | n乘等于nr_ioapics |
2642 | mem等于memblock_alloc(n, SMP_CACHE_BYTES) |
2643 | 如果非mem则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
2647 | mem加等于sizeof(structresource)乘nr_ioapics |
2653 | mem加等于This function updates target affinity of IOAPIC interrupts to include* the CPUs which came online during SMP bringup. |
2657 | ioapic_resources等于res |
2659 | 返回:res |
名称 | 描述 |
---|---|
io_apic_init_mappings |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |