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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c57 static struct local_tlb_flush_counts { struct
59 } __attribute__((__aligned__(32))) local_tlb_flush_counts[NR_CPUS]; variable in typeref:struct:local_tlb_flush_counts
282 ia64_fetchadd(1, &local_tlb_flush_counts[smp_processor_id()].count, acq);
299 counts[cpu] = local_tlb_flush_counts[cpu].count;
313 while(counts[cpu] == local_tlb_flush_counts[cpu].count)

Completed in 23 milliseconds