Searched refs:N_HIGH_MEMORY (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nodemask.h | 395 N_HIGH_MEMORY, /* The node has regular or high memory */ enumerator 397 N_HIGH_MEMORY = N_NORMAL_MEMORY,
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | node.c | 1014 [N_HIGH_MEMORY] = _NODE_ATTR(has_high_memory, N_HIGH_MEMORY), 1027 &node_state_attr[N_HIGH_MEMORY].attr.attr,
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | uncached.c | 193 if (!node_state(nid, N_HIGH_MEMORY)) in uncached_alloc_page()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory_hotplug.c | 642 if (zone_idx(zone) <= ZONE_HIGHMEM && !node_state(nid, N_HIGH_MEMORY)) in node_states_check_changes_online() 653 node_set_state(node, N_HIGH_MEMORY); in node_states_set_node() 1487 node_clear_state(node, N_HIGH_MEMORY); in node_states_clear_node()
|
| H A D | page-writeback.c | 314 for_each_node_state(node, N_HIGH_MEMORY) { in highmem_dirtyable_memory()
|
| H A D | mempolicy.c | 1873 if (!nodes_intersects(policy->v.nodes, node_states[N_HIGH_MEMORY])) in apply_policy_zone()
|
| H A D | vmalloc.c | 3488 for_each_node_state(nr, N_HIGH_MEMORY) in show_numa_info()
|
| H A D | page_alloc.c | 167 [N_HIGH_MEMORY] = { { [0] = 1UL } }, 7664 node_set_state(nid, N_HIGH_MEMORY); in check_for_memory()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | memory-hotplug.rst | 68 - status_change_nid_high is set node id when N_HIGH_MEMORY of nodemask
|