函数逻辑报告 |
Source Code:mm\percpu.c |
Create Date:2022-07-27 15:52:34 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:UP percpu area setup.* UP always uses km-based percpu allocator with identity mapping.* Static percpu variables are indistinguishable from the usual static* variables and don't require any special preparation.
函数原型:void __init setup_per_cpu_areas(void)
返回类型:void
参数:无
3000 | fc等于memblock_alloc_from(unit_size, PAGE_SIZE, __pa(The maximum address that we can perform a DMA transfer to on this platform )) |
3001 | 如果非ai或非fc则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
3004 | kmemleak_free(fc) |
3009 | alloc_size等于unit_size |
3010 | aligned # of units 等于1 |
3011 | unit->cpu map, empty * entries contain NR_CPUS [0]等于0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |