Searched refs:smp_cache_ipi_map (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mn10300/mm/
H A Dcache-smp.c29 static cpumask_t smp_cache_ipi_map; /* Bitmask of cache IPI done CPUs */ variable
77 cpumask_clear_cpu(smp_processor_id(), &smp_cache_ipi_map); smp_cache_interrupt() local
97 cpumask_copy(&smp_cache_ipi_map, cpu_online_mask); smp_cache_call()
98 cpumask_clear_cpu(smp_processor_id(), &smp_cache_ipi_map); smp_cache_call() local
102 while (!cpumask_empty(&smp_cache_ipi_map)) smp_cache_call()

Completed in 34 milliseconds