函数逻辑报告 |
Source Code:include\asm-generic\pgalloc.h |
Create Date:2022-07-27 06:54:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__pte_alloc_one - allocate a page for PTE-level user page table*@mm: the mm_struct of the current context*@gfp: GFP flags to use for the allocation* Allocates a page and runs the pgtable_pte_page_ctor()
函数原型:static inline pgtable_t __pte_alloc_one(struct mm_struct *mm, gfp_t gfp)
返回类型:pgtable_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
gfp_t | gfp |
63 | pte等于alloc_page(gfp) |
64 | 如果非pte则返回:NULL |
66 | 如果非pgtable_pte_page_ctor(pte)则 |
67 | __free_page(pte) |
68 | 返回:NULL |
71 | 返回:pte |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |