Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\vmacache.c Create Date:2022-07-28 14:31:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This task may be accessing a foreign mm via (for example)* get_user_pages()->find_vma(). The vmacache is task-local and this* task's vmacache pertains to a different mm (ie, its own). There is* nothing we can do here.

Proto:static inline bool vmacache_valid_mm(struct mm_struct *mm)

Type:bool

Parameter:

TypeParameterName
struct mm_struct *mm
33  Return mm == mm && Not (flags & I am a kernel thread )
Caller
NameDescribe
vmacache_update
vmacache_valid