Searched refs:node_state (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dnodemask.h421 static inline int node_state(int node, enum node_states state) function
472 static inline int node_state(int node, enum node_states state) function
533 #define node_online(node) node_state((node), N_ONLINE)
534 #define node_possible(node) node_state((node), N_POSSIBLE)
/linux-master/drivers/acpi/numa/
H A Dhmat.c172 initiator->has_cpu = node_state(pxm_to_node(cpu_pxm), N_CPU);
412 if (node_state(pxm_to_node(init_pxm), N_CPU))
751 node_state(cpu_nid, N_CPU)) {
/linux-master/mm/
H A Dvmstat.c1636 if (!node_state(pgdat->node_id, N_MEMORY))
2084 if (!node_state(cpu_to_node(cpu), N_CPU)) {
2207 if (!node_state(pgdat->node_id, N_MEMORY))
H A Dmemory-tiers.c514 if (!node_state(node, N_MEMORY))
H A Dmemory_hotplug.c690 if (!node_state(nid, N_MEMORY))
692 if (zone_idx(zone) <= ZONE_NORMAL && !node_state(nid, N_NORMAL_MEMORY))
H A Dhugetlb_cgroup.c159 node_state(node, N_NORMAL_MEMORY) ? node : NUMA_NO_NODE;
H A Dmigrate.c2212 if (!node_state(node, N_MEMORY))
H A Dmempolicy.c183 if (node == NUMA_NO_NODE || node_state(node, state))
H A Dvmscan.c5396 if (nid < 0 || nid >= MAX_NUMNODES || !node_state(nid, N_MEMORY))
7474 if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id())
H A Dpage_alloc.c5040 if (!node_isset(node, *used_node_mask) && node_state(node, N_MEMORY)) {
/linux-master/kernel/sched/
H A Dtopology.c1742 if (!node_state(i, N_CPU) || !node_state(j, N_CPU))
2050 if (!node_state(j, N_CPU))
H A Dfair.c1842 if (!node_state(dst_nid, N_MEMORY))

Completed in 285 milliseconds