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_free

Proto:static inline bool want_init_on_free(void)

Type:bool

Parameter:Nothing

2657  Return static_branch_unlikely( & init_on_free) && Not page_poisoning_enabled()
Caller
NameDescribe
clear_free_pages
report_meminitReport memory auto-initialization states for this boot.
free_pages_prepare
free_pages_prezeroed
dma_pool_freedma_pool_free - put block back into dma pool*@pool: the dma pool holding the block*@vaddr: virtual address of block*@dma: dma address of block* Caller promises neither device nor driver will again touch this block* unless it is first re-allocated.