函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__should_failslab

函数原型:bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags)

返回类型:bool

参数:

类型参数名称
struct kmem_cache *s
gfp_tgfpflags
20  如果此条件成立可能性小(为编译器优化)(s == kmem_cache)则返回:false
23  如果gfpflags按位与__GFP_NOFAIL则返回:false
26  如果ignore_gfp_reclaimgfpflags按位与Caller can reclaim 则返回:false
30  如果cache_filter且非Used for retrieving partial slabs, etc. 按位与Fault injection mark 的值则返回:false
33  返回:This code is stolen from failmalloc-1.0* http://www.nongnu.org/failmalloc/
调用者
名称描述
should_failslab