函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mempolicy.h Create Date:2022-07-27 06:53:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:mpol_equal

函数原型:static inline bool mpol_equal(struct mempolicy *a, struct mempolicy *b)

返回类型:bool

参数:

类型参数名称
struct mempolicy *a
struct mempolicy *b
106  如果a恒等于b则返回:true
108  返回:__mpol_equal(a, b)
调用者
名称描述
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.