Function report |
Source Code:mm\page_alloc.c |
Create Date:2022-07-28 15:06:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Determine whether the node should be displayed or not, depending on whether* SHOW_MEM_FILTER_NODES was passed to show_free_areas().
Proto:static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | flags | |
int | nid | |
nodemask_t * | nodemask |
5173 | If Not (flags & disallowed nodes ) Then Return false |
5181 | If Not nodemask Then nodemask = cpuset_current_mems_allowed |
5184 | Return Not No static inline type checking - see Subtlety (1) above. (nid, * nodemask) |
Name | Describe |
---|---|
show_free_areas | Show free area list (used inside shift_scroll-lock stuff)* We also calculate the percentage fragmentation |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |