函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kexec_file.c Create Date:2022-07-27 12:05:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:locate_mem_hole_top_down

函数原型:static int locate_mem_hole_top_down(unsigned long start, unsigned long end, struct kexec_buf *kbuf)

返回类型:int

参数:

类型参数名称
unsigned longstart
unsigned longend
struct kexec_buf *kbuf
463  image等于image
466  temp_end等于两数取小(end, buf_max)
467  temp_start等于temp_endmemsz
469  循环
471  temp_start等于temp_start按位与buf_align减1的差的反
473  如果temp_start小于starttemp_start小于buf_min则返回:0
476  temp_end等于temp_startmemsz减1
484  继续下一循环
488  退出
489  当1循环
492  mem等于temp_start
495  返回:1
调用者
名称描述
locate_mem_hole_callback