函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:locate_mem_hole_bottom_up

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

返回类型:int

参数:

类型参数名称
unsigned longstart
unsigned longend
struct kexec_buf *kbuf
501  image等于image
504  temp_start等于两数取大(start, buf_min)
506  循环
507  temp_start等于@a is a power of 2 value (temp_start, buf_align)
508  temp_end等于temp_startmemsz减1
510  如果temp_end大于endtemp_end大于buf_max则返回:0
518  继续下一循环
522  退出
523  当1循环
526  mem等于temp_start
529  返回:1
调用者
名称描述
locate_mem_hole_callback