Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:arch_kimage_file_post_load_cleanup

Proto:int __weak arch_kimage_file_post_load_cleanup(struct kimage *image)

Type:int

Parameter:

TypeParameterName
struct kimage *image
88  Return kexec_image_post_load_cleanup_default(image)
Caller
NameDescribe
kimage_file_post_load_cleanupFree up memory used by kernel, initrd, and command line. This is temporary* memory allocation which is not needed any more after these buffers have* been loaded into separate segments and have been copied elsewhere.