Lines Matching refs:stat
482 struct ptc_stats *stat; in sn2_ptc_seq_show() local
494 stat = &per_cpu(ptcstats, cpu); in sn2_ptc_seq_show()
495 seq_printf(file, "cpu %d %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld\n", cpu, stat->ptc_l, in sn2_ptc_seq_show()
496 stat->change_rid, stat->shub_ptc_flushes, stat->nodes_flushed, in sn2_ptc_seq_show()
497 stat->deadlocks, in sn2_ptc_seq_show()
498 1000 * stat->lock_itc_clocks / per_cpu(ia64_cpu_info, cpu).cyc_per_usec, in sn2_ptc_seq_show()
499 1000 * stat->shub_itc_clocks / per_cpu(ia64_cpu_info, cpu).cyc_per_usec, in sn2_ptc_seq_show()
500 1000 * stat->shub_itc_clocks_max / per_cpu(ia64_cpu_info, cpu).cyc_per_usec, in sn2_ptc_seq_show()
501 stat->shub_ptc_flushes_not_my_mm, in sn2_ptc_seq_show()
502 stat->deadlocks2, in sn2_ptc_seq_show()
503 stat->shub_ipi_flushes, in sn2_ptc_seq_show()
504 1000 * stat->shub_ipi_flushes_itc_clocks / per_cpu(ia64_cpu_info, cpu).cyc_per_usec); in sn2_ptc_seq_show()