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

/linux-4.1.27/arch/ia64/sn/kernel/sn2/
H A Dsn2_smp.c171 unsigned long itc, itc2, flags, data0 = 0, data1 = 0, rr_value, old_rr = 0; sn2_global_tlb_purge() local
251 itc2 = ia64_get_itc();
253 __this_cpu_add(ptcstats.lock_itc_clocks, itc2 - itc);
301 itc2 = ia64_get_itc() - itc2;
302 __this_cpu_add(ptcstats.shub_itc_clocks, itc2);
303 if (itc2 > __this_cpu_read(ptcstats.shub_itc_clocks_max))
304 __this_cpu_write(ptcstats.shub_itc_clocks_max, itc2);

Completed in 71 milliseconds