Searched refs:node_state (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.15/include/linux/ | 
| D | nodemask.h | 414 static inline int node_state(int node, enum node_states state)  in node_state()  function465 static inline int node_state(int node, enum node_states state)  in node_state()  function
 511 #define node_online(node)	node_state((node), N_ONLINE)
 512 #define node_possible(node)	node_state((node), N_POSSIBLE)
 
 | 
| /Linux-v5.15/drivers/acpi/numa/ | 
| D | hmat.c | 119 	initiator->has_cpu = node_state(pxm_to_node(cpu_pxm), N_CPU);  in alloc_memory_initiator()344 					if (node_state(pxm_to_node(inits[init]), N_CPU))  in hmat_parse_locality()
 597 		if (node_state(cpu_nid, N_CPU)) {  in hmat_register_target_initiators()
 
 | 
| /Linux-v5.15/arch/ia64/kernel/ | 
| D | uncached.c | 191 		if (!node_state(nid, N_HIGH_MEMORY))  in uncached_alloc_page()
 | 
| /Linux-v5.15/mm/ | 
| D | page_ext.c | 319 		VM_BUG_ON(!node_state(nid, N_ONLINE));  in online_page_ext()
 | 
| D | memory_hotplug.c | 631 	if (!node_state(nid, N_MEMORY))  in node_states_check_changes_online()633 	if (zone_idx(zone) <= ZONE_NORMAL && !node_state(nid, N_NORMAL_MEMORY))  in node_states_check_changes_online()
 636 	if (zone_idx(zone) <= ZONE_HIGHMEM && !node_state(nid, N_HIGH_MEMORY))  in node_states_check_changes_online()
 
 | 
| D | vmstat.c | 1600 	if (!node_state(pgdat->node_id, N_MEMORY))  in pagetypeinfo_show()2150 	if (!node_state(pgdat->node_id, N_MEMORY))  in unusable_show()
 
 | 
| D | migrate.c | 1809 		if (!node_state(node, N_MEMORY))  in do_pages_move()
 | 
| D | vmscan.c | 4634 	if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id())  in node_reclaim()
 | 
| D | memcontrol.c | 5068 	if (!node_state(node, N_NORMAL_MEMORY))  in alloc_mem_cgroup_per_node_info()
 | 
| /Linux-v5.15/drivers/base/ | 
| D | node.c | 603 			node_state(node->dev.id, N_MEMORY)) {  in hugetlb_register_node()
 |