函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\madvise.c Create Date:2022-07-27 16:42:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:can_do_pageout

函数原型:static inline bool can_do_pageout(struct vm_area_struct *vma)

返回类型:bool

参数:

类型参数名称
struct vm_area_struct *vma
520  如果vma_is_anonymous(vma)则返回:true
522  如果非File we map to (can be NULL). 则返回:false
530  返回:inode_owner_or_capable(file_inode(File we map to (can be NULL). ))或inode_permission(file_inode(File we map to (can be NULL). ), MAY_WRITE)恒等于0
调用者
名称描述
madvise_pageout