Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:debug_pagealloc_enabled

Proto:static inline bool debug_pagealloc_enabled(void)

Type:bool

Parameter:Nothing

2671  Return IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_DEBUG_PAGEALLOC) && _debug_pagealloc_enabled_early
Caller
NameDescribe
__die
page_poisoning_enabledpage_poisoning_enabled - check if page poisoning is enabled* Return true if page poisoning is enabled, or false if not.