函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称: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_pageWe 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_faultsh_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