Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kmemleak_free_part_phys - similar to kmemleak_free_part but taking a* physical address argument*@phys: physical address if the beginning or inside an object. This* also represents the start of the range to be freed*@size: size to be unregistered

Proto:void __ref kmemleak_free_part_phys(phys_addr_t phys, size_t size)

Type:void

Parameter:

TypeParameterName
phys_addr_tphys
size_tsize
1135  If Not IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_HIGHMEM) || PHYS_PFN(phys) < max_low_pfn Then kmemleak_free_part - partially unregister a previously registered object*@ptr: pointer to the beginning or inside the object
Caller
NameDescribe
__memblock_free_late__memblock_free_late - free pages directly to buddy allocator*@base: phys starting address of the boot memory block*@size: size of the boot memory block in bytes* This is only useful when the memblock allocator has already been torn