Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__vfree

Proto:static void __vfree(const void *addr)

Type:void

Parameter:

TypeParameterName
const void *addr
2352  If Value for the false possibility is greater at compile time(in_interrupt()) Then __vfree_deferred(addr)
2354  Else __vunmap(addr, 1)
Caller
NameDescribe
vfreevfree - release memory allocated by vmalloc()*@addr: memory base address* Free the virtually continuous memory area starting at @addr, as* obtained from vmalloc(), vmalloc_32() or __vmalloc()
__vmalloc_area_node