函数逻辑报告 |
Source Code:mm\percpu.c |
Create Date:2022-07-27 15:52:09 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pcpu_free_alloc_info - free percpu allocation info*@ai: pcpu_alloc_info to free* Free @ai which was allocated by pcpu_alloc_alloc_info().
函数原型:void __init pcpu_free_alloc_info(struct pcpu_alloc_info *ai)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pcpu_alloc_info * | ai |
2157 | memblock_free_early(__pa(ai), internal, don't use ) |
名称 | 描述 |
---|---|
setup_per_cpu_areas | 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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |