函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:memblock_remove_region

函数原型:static void __attribute__((__section__(".meminit.text"))) __attribute__((__cold__)) __attribute__((__no_instrument_function__))memblock_remove_region(struct memblock_type *type, unsigned long r)

返回类型:void

参数:

类型参数名称
struct memblock_type *type
unsigned longr
354  total_size减等于size
355  Not static to avoid a conflict with the prototype in the Linux headers.
357  cnt自减
360  如果cnt恒等于0则
361  WARN_ON(total_size != 0)
362  cnt等于1
363  base等于0
364  size等于0
365  flags等于0
366  memblock_set_region_node( & regions[0], MAX_NUMNODES)
调用者
名称描述
memblock_remove_range
memblock_cap_memory_range
memblock_trim_memory