Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
A Dx2apic_cluster.c27 static struct cluster_mask *cluster_hotplug_mask; variable
124 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