函数逻辑报告 |
Source Code:mm\frame_vector.c |
Create Date:2022-07-27 18:10:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ame_vector_create() - allocate & initialize structure for pinned pfns*@nr_frames: number of pfns slots we should reserve* Allocate and initialize struct pinned_pfns to be able to hold @nr_pfns* pfns.
函数原型:struct frame_vector *frame_vector_create(unsigned int nr_frames)
返回类型:struct frame_vector
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | nr_frames |
206 | size等于sizeof(structframe_vector)加*的长度乘nr_frames |
208 | 如果WARN_ON_ONCE(nr_frames == 0)则返回:NULL |
214 | 如果WARN_ON_ONCE(nr_frames > INT_MAX / *的长度 / 2)则返回:NULL |
220 | vec等于kvmalloc(size, GFP_KERNEL) |
221 | 如果非vec则返回:NULL |
225 | 返回:vec |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |