Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/ia64/kernel/
A Dsmp.c55 static struct local_tlb_flush_counts { struct
57 } __attribute__((__aligned__(32))) local_tlb_flush_counts[NR_CPUS]; variable
248 ia64_fetchadd(1, &local_tlb_flush_counts[smp_processor_id()].count, acq); in smp_local_flush_tlb()
265 counts[cpu] = local_tlb_flush_counts[cpu].count & 0xffff; in smp_flush_tlb_cpumask()
279 while(counts[cpu] == (local_tlb_flush_counts[cpu].count & 0xffff)) in smp_flush_tlb_cpumask()

Completed in 4 milliseconds