Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/of/
Dof_numa.c169 if (!r && nid < MAX_NUMNODES && node_possible(nid)) in of_node_to_nid()
/Linux-v5.4/arch/powerpc/mm/
Dnuma.c496 if (nid < 0 || !node_possible(nid)) in numa_setup_cpu()
848 if (!node_possible(i)) in find_possible_nodes()
1048 if (nid < 0 || !node_possible(nid)) in hot_add_scn_to_nid()
1224 if (new_nid < 0 || !node_possible(new_nid)) in find_and_online_cpu_nid()
/Linux-v5.4/include/linux/
Dnodemask.h511 #define node_possible(node) node_state((node), N_POSSIBLE) macro
/Linux-v5.4/net/core/
Dpktgen.c1159 if (node_possible(value)) { in pktgen_if_write()