Searched refs:node_memory_types (Results 1 – 1 of 1) sorted by relevance
45 static struct node_memory_type_map node_memory_types[MAX_NUMNODES]; variable516 if (!node_memory_types[node].memtype) in __init_node_memory_type()517 node_memory_types[node].memtype = memtype; in __init_node_memory_type()526 if (node_memory_types[node].memtype == memtype) { in __init_node_memory_type()527 if (!node_memory_types[node].map_count++) in __init_node_memory_type()546 if (!node_memory_types[node].memtype) { in set_node_memory_tier()556 memtype = node_memory_types[node].memtype; in set_node_memory_tier()594 memtype = node_memory_types[node].memtype; in clear_node_memory_tier()648 if (node_memory_types[node].memtype == memtype || !memtype) in clear_node_memory_type()649 node_memory_types[node].map_count--; in clear_node_memory_type()[all …]