Function report |
Source Code:mm\page_alloc.c |
Create Date:2022-07-28 15:07:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Build zonelists ordered by node and zones within node.* This results in maximum locality--normal zone overflows into local* DMA zone, if any--but risks exhausting DMA zone.
Proto:static void build_zonelists_in_node_order(pg_data_t *pgdat, int *node_order, unsigned nr_nodes)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
pg_data_t * | pgdat | |
int * | node_order | |
unsigned | nr_nodes |
5577 | node = NODE_DATA(node_order[i]) |
5582 | Pointer to actual zone = NULL |
5583 | zone_idx(zoneref->zone) = 0 |
Name | Describe |
---|---|
build_zonelists | Build zonelists ordered by zone and nodes within zones.* This results in conserving DMA zone[s] until all Normal memory is* exhausted, but results in overflowing to remote node while memory* may still exist in local DMA zone. |
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 |