函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Determine whether the node should be displayed or not, depending on whether* SHOW_MEM_FILTER_NODES was passed to show_free_areas().

函数原型:static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask)

返回类型:bool

参数:

类型参数名称
unsigned intflags
intnid
nodemask_t *nodemask
5173  如果非flags按位与disallowed nodes 的值则返回:false
5181  如果非nodemasknodemask等于cpuset_current_mems_allowed
5184  返回:非No static inline type checking - see Subtlety (1) above. (nid, * nodemask)
调用者
名称描述
show_free_areasShow free area list (used inside shift_scroll-lock stuff)* We also calculate the percentage fragmentation