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]; variable526 if (!node_memory_types[node].memtype) in __init_node_memory_type()527 node_memory_types[node].memtype = memtype; in __init_node_memory_type()536 if (node_memory_types[node].memtype == memtype) { in __init_node_memory_type()537 if (!node_memory_types[node].map_count++) in __init_node_memory_type()556 if (!node_memory_types[node].memtype) { in set_node_memory_tier()566 memtype = node_memory_types[node].memtype; in set_node_memory_tier()604 memtype = node_memory_types[node].memtype; in clear_node_memory_tier()658 if (node_memory_types[node].memtype == memtype || !memtype) in clear_node_memory_type()659 node_memory_types[node].map_count--; in clear_node_memory_type()[all …]