Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dnuma.c39 static int pxm_to_node_map[MAX_PXM_DOMAINS] variable
51 return pxm_to_node_map[pxm]; in pxm_to_node()
63 if (pxm_to_node_map[pxm] == NUMA_NO_NODE || node < pxm_to_node_map[pxm]) in __acpi_map_pxm_to_node()
64 pxm_to_node_map[pxm] = node; in __acpi_map_pxm_to_node()
76 node = pxm_to_node_map[pxm]; in acpi_map_pxm_to_node()