Searched refs:pmc_left (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/alpha/kernel/
H A Dperf_event.c80 * hardware restrictions is pmc_max_period - pmc_left.
82 long pmc_left[3]; member in struct:alpha_pmu_t
212 .pmc_left = {16, 4, 0},
266 if (unlikely(left < alpha_pmu->pmc_left[idx]))
267 left = alpha_pmu->pmc_left[idx];

Completed in 45 milliseconds