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:want_init_on_alloc

Proto:static inline bool want_init_on_alloc(gfp_t flags)

Type:bool

Parameter:

TypeParameterName
gfp_tflags
2644  If static_branch_unlikely( & init_on_alloc) && Not page_poisoning_enabled() Then Return true
2647  Return flags & __GFP_ZERO
Caller
NameDescribe
report_meminitReport memory auto-initialization states for this boot.
prep_new_page
dma_pool_allocdma_pool_alloc - get a block of consistent memory*@pool: dma pool that will produce the block*@mem_flags: GFP_* bitmask*@handle: pointer to dma address of block* Return: the kernel virtual address of a currently unused block,