Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kexec_walk_memblock

Proto:static int kexec_walk_memblock(struct kexec_buf *kbuf, int (*func)(struct resource *, void *))

Type:int

Parameter:

TypeParameterName
struct kexec_buf *kbuf
int (*func
602  Return 0
Caller
NameDescribe
kexec_locate_mem_holekexec_locate_mem_hole - find free memory for the purgatory or the next kernel*@kbuf: Parameters for the memory search.* On success, kbuf->mem will have the start address of the memory region found.* Return: 0 on success, negative errno on error.