Home
last modified time | relevance | path

Searched refs:node_state (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnodemask.h413 static inline int node_state(int node, enum node_states state) in node_state() function
464 static inline int node_state(int node, enum node_states state) in node_state() function
510 #define node_online(node) node_state((node), N_ONLINE)
511 #define node_possible(node) node_state((node), N_POSSIBLE)
/OK3568_Linux_fs/kernel/drivers/acpi/numa/
H A Dhmat.c119 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()
605 if (node_state(cpu_nid, N_CPU)) { in hmat_register_target_initiators()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Duncached.c193 if (!node_state(nid, N_HIGH_MEMORY)) in uncached_alloc_page()
/OK3568_Linux_fs/kernel/mm/
H A Dmemory_hotplug.c637 if (!node_state(nid, N_MEMORY)) in node_states_check_changes_online()
639 if (zone_idx(zone) <= ZONE_NORMAL && !node_state(nid, N_NORMAL_MEMORY)) in node_states_check_changes_online()
642 if (zone_idx(zone) <= ZONE_HIGHMEM && !node_state(nid, N_HIGH_MEMORY)) in node_states_check_changes_online()
H A Dpage_ext.c399 VM_BUG_ON(!node_state(nid, N_ONLINE)); in online_page_ext()
H A Dvmstat.c1579 if (!node_state(pgdat->node_id, N_MEMORY)) in pagetypeinfo_show()
2115 if (!node_state(pgdat->node_id, N_MEMORY)) in unusable_show()
H A Dmigrate.c1732 if (!node_state(node, N_MEMORY)) in do_pages_move()
H A Dslub.c2733 !node_state(node, N_NORMAL_MEMORY))) in ___slab_alloc()
2744 if (!node_state(node, N_NORMAL_MEMORY)) { in ___slab_alloc()
H A Dvmscan.c4388 if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id()) in node_reclaim()
H A Dmemcontrol.c5244 if (!node_state(node, N_NORMAL_MEMORY)) in alloc_mem_cgroup_per_node_info()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c579 node_state(node->dev.id, N_MEMORY)) { in hugetlb_register_node()