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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c495 unsigned long pfm_ovfl_intr_cycles_max; /* max cycles spent processing ovfl interrupts */ member in struct:__anon9512
5489 max = pfm_stats[this_cpu].pfm_ovfl_intr_cycles_max;
5504 if (total_cycles > max) pfm_stats[this_cpu].pfm_ovfl_intr_cycles_max = total_cycles;
5646 cpu, pfm_stats[cpu].pfm_ovfl_intr_cycles_max,

Completed in 167 milliseconds