Searched refs:N_NORMAL_MEMORY (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | memory-hotplug.rst | 73 - status_change_nid_normal是当nodemask的N_NORMAL_MEMORY被设置/清除时设置节
|
/linux/include/linux/ |
H A D | nodemask.h | 401 N_NORMAL_MEMORY, /* The node has regular memory */ enumerator 405 N_HIGH_MEMORY = N_NORMAL_MEMORY,
|
/linux/Documentation/mm/ |
H A D | physical_memory.rst | 165 ``N_NORMAL_MEMORY`` 169 aliased to ``N_NORMAL_MEMORY``. 182 node_states[N_NORMAL_MEMORY]
|
/linux/Documentation/core-api/ |
H A D | memory-hotplug.rst | 65 - status_change_nid_normal is set node id when N_NORMAL_MEMORY of nodemask
|
/linux/arch/m68k/mm/ |
H A D | motorola.c | 509 node_set_state(i, N_NORMAL_MEMORY); in paging_init()
|
/linux/mm/ |
H A D | memory_hotplug.c | 686 if (zone_idx(zone) <= ZONE_NORMAL && !node_state(nid, N_NORMAL_MEMORY)) in node_states_check_changes_online() 693 node_set_state(node, N_NORMAL_MEMORY); in node_states_set_node() 1887 * Check whether node_states[N_NORMAL_MEMORY] will be changed. in node_states_check_changes_offline() 1892 * node_states[N_NORMAL_MEMORY]. in node_states_check_changes_offline() 1917 node_clear_state(node, N_NORMAL_MEMORY); in node_states_clear_node()
|
H A D | hugetlb_cgroup.c | 169 node_state(node, N_NORMAL_MEMORY) ? node : NUMA_NO_NODE; in hugetlb_cgroup_css_alloc()
|
H A D | zswap.c | 1308 for_each_node_state(nid, N_NORMAL_MEMORY) { in shrink_memcg()
|
H A D | mm_init.c | 1718 node_set_state(pgdat->node_id, N_NORMAL_MEMORY); in check_for_memory()
|
H A D | page_alloc.c | 198 [N_NORMAL_MEMORY] = { { [0] = 1UL } },
|
H A D | slub.c | 449 * Corresponds to node_state[N_NORMAL_MEMORY], but can temporarily 6081 for_each_node_state(node, N_NORMAL_MEMORY) in kmem_cache_init()
|