函数逻辑报告 |
Source Code:include\linux\oom.h |
Create Date:2022-07-27 09:55:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Checks whether a page fault on the given mm is still reliable
函数原型:static inline vm_fault_t check_stable_address_space(struct mm_struct *mm)
返回类型:vm_fault_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm |
103 | 如果此条件成立可能性小(为编译器优化)(st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from)则返回:VM_FAULT_SIGBUS |
105 | 返回:0 |
名称 | 描述 |
---|---|
do_anonymous_page | We enter with non-exclusive mmap_sem (to exclude vma changes,* but allow concurrent faults), and pte mapped but not yet locked.* We return with mmap_sem still held, but pte unmapped and unlocked. |
finish_fault | sh_fault - finish page fault once we have prepared the page to fault*@vmf: structure describing the fault* This function handles all that is needed to finish a page fault once the* page to fault in is prepared |
__do_huge_pmd_anonymous_page | |
do_huge_pmd_anonymous_page |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |