函数逻辑报告 |
Source Code:mm\memory.c |
Create Date:2022-07-27 16:06:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__pte_alloc
函数原型:int __pte_alloc(struct mm_struct *mm, pmd_t *pmd)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
pmd_t * | pmd |
426 | new等于pte_alloc_one(mm) |
443 | smp_wmb() |
446 | 如果此条件成立可能性大(为编译器优化)(pmd_none( * pmd))则 |
451 | 自旋锁解锁 |
452 | 如果new则pte_free - free PTE-level user page table page*@mm: the mm_struct of the current context*@pte_page: the `struct page` representing the page table |
454 | 返回:0 |
名称 | 描述 |
---|---|
__mcopy_atomic |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |