Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:anon_vma_chain_free

Proto:static void anon_vma_chain_free(struct anon_vma_chain *anon_vma_chain)

Type:void

Parameter:

TypeParameterName
struct anon_vma_chain *anon_vma_chain
135  kmem_cache_free(anon_vma_chain_cachep, anon_vma_chain)
Caller
NameDescribe
__anon_vma_prepare__anon_vma_prepare - attach an anon_vma to a memory region*@vma: the memory region in question* This makes sure the memory mapping described by 'vma' has* an 'anon_vma' attached to it, so that we can associate the
unlink_anon_vmas