Home
last modified time | relevance | path

Searched refs:node_possible (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/of/
Dof_numa.c175 if (!r && nid < MAX_NUMNODES && node_possible(nid)) in of_node_to_nid()
/Linux-v4.19/arch/powerpc/mm/
Dnuma.c484 if (nid < 0 || !node_possible(nid)) in numa_setup_cpu()
826 if (!node_possible(i)) in find_possible_nodes()
1020 if (nid < 0 || !node_possible(nid)) in hot_add_scn_to_nid()
1211 if (new_nid < 0 || !node_possible(new_nid)) in find_and_online_cpu_nid()
/Linux-v4.19/include/linux/
Dnodemask.h511 #define node_possible(node) node_state((node), N_POSSIBLE) macro
/Linux-v4.19/net/core/
Dpktgen.c1165 if (node_possible(value)) { in pktgen_if_write()