Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:gfpflags_normal_context - is gfp_flags a normal sleepable context?*@gfp_flags: gfp_flags to test* Test whether @gfp_flags indicates that the allocation is from the* %current context and allowed to sleep

Proto:static inline bool gfpflags_normal_context(const gfp_t gfp_flags)

Type:bool

Parameter:

TypeParameterName
const gfp_tgfp_flags
347  Return (gfp_flags & (Caller can reclaim | __GFP_MEMALLOC)) == Caller can reclaim