Home
last modified time | relevance | path

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

/arch/x86/kernel/apic/
A Dx2apic_cluster.c69 cpumask_andnot(tmpmsk, tmpmsk, cmsk); in __x2apic_send_IPI_mask()
95 BUG_ON(!cmsk); in init_x2apic_ldr()
116 if (WARN_ON_ONCE(*cpu_cmsk == cmsk)) in prefill_clustermask()
120 *cpu_cmsk = cmsk; in prefill_clustermask()
126 struct cpumask *cmsk = NULL; in alloc_clustermask() local
155 if (cmsk) { in alloc_clustermask()
167 cmsk = kzalloc_node(sizeof(*cmsk), GFP_KERNEL, node); in alloc_clustermask()
168 if (!cmsk) in alloc_clustermask()
170 per_cpu(cluster_masks, cpu) = cmsk; in alloc_clustermask()
198 if (cmsk) in x2apic_dead_cpu()
[all …]

Completed in 3 milliseconds