函数逻辑报告 |
Source Code:include\linux\mm.h |
Create Date:2022-07-27 06:44:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pgtable_pte_page_ctor
函数原型:static inline bool pgtable_pte_page_ctor(struct page *page)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page |
1942 | 如果非ptlock_init(page)则返回:false |
1945 | We only use atomic operations to update counters. So there is no need to* disable interrupts.(page, used for pagetables ) |
1946 | 返回:true |
名称 | 描述 |
---|---|
__pte_alloc_one | __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() |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |