Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mempolicy.h Create Date:2022-07-28 05:53:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mpol_equal

Proto:static inline bool mpol_equal(struct mempolicy *a, struct mempolicy *b)

Type:bool

Parameter:

TypeParameterName
struct mempolicy *a
struct mempolicy *b
106  If a == b Then Return true
108  Return __mpol_equal(a, b)
Caller
NameDescribe
vma_mergeGiven a mapping request (addr,end,vm_flags,file,pgoff), figure out* whether that can be merged with its predecessor or its successor
anon_vma_compatibleRough compatbility check to quickly see if it's even worth looking* at sharing an anon_vma
mbind_rangeStep 2: apply policy to a range and do splits.