Searched refs:cluster_hotplug_mask (Results 1 – 1 of 1) sorted by relevance
27 static struct cluster_mask *cluster_hotplug_mask; variable124 cmsk = cluster_hotplug_mask; in init_x2apic_ldr()126 cluster_hotplug_mask = NULL; in init_x2apic_ldr()140 if (cluster_hotplug_mask) { in alloc_clustermask()141 if (cluster_hotplug_mask->node == node) in alloc_clustermask()143 kfree(cluster_hotplug_mask); in alloc_clustermask()146 cluster_hotplug_mask = kzalloc_node(sizeof(*cluster_hotplug_mask), in alloc_clustermask()148 if (!cluster_hotplug_mask) in alloc_clustermask()150 cluster_hotplug_mask->node = node; in alloc_clustermask()
Completed in 3 milliseconds