Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kexec_free_initrd

Proto:static bool kexec_free_initrd(void)

Type:bool

Parameter:Nothing

547  crashk_start = __va(start)
548  crashk_end = __va(end)
554  If _initrd_mem always gets called with the next two as arguments.. >= crashk_end || _initrd_mem always gets called with the next two as arguments.. <= crashk_start Then Return false
560  memset((void * )_initrd_mem always gets called with the next two as arguments.. , 0, _initrd_mem always gets called with the next two as arguments.. - _initrd_mem always gets called with the next two as arguments.. )
561  If _initrd_mem always gets called with the next two as arguments.. < crashk_start Then free_initrd_mem(_initrd_mem always gets called with the next two as arguments.. , crashk_start)
563  If _initrd_mem always gets called with the next two as arguments.. > crashk_end Then free_initrd_mem(crashk_end, _initrd_mem always gets called with the next two as arguments.. )
565  Return true
Caller
NameDescribe
populate_rootfs