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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dppc970-pmu.c266 unsigned int pmc_grp_use[2]; local
279 pmc_grp_use[0] = pmc_grp_use[1] = 0;
289 ++pmc_grp_use[((pmc - 1) >> 1) & 1];
297 ++pmc_grp_use[byte & 1];
304 if (pmc_grp_use[0] > 4 || pmc_grp_use[1] > 4)
367 } else if (pmc_grp_use[grp] < 4) {
368 ++pmc_grp_use[grp];
H A Dpower4-pmu.c365 unsigned int pmc_grp_use[2]; local
375 pmc_grp_use[0] = pmc_grp_use[1] = 0;
385 ++pmc_grp_use[((pmc - 1) >> 1) & 1];
392 ++pmc_grp_use[byte & 1];
406 if (pmc_grp_use[0] > 4 || pmc_grp_use[1] > 4)
486 } else if (pmc_grp_use[grp] < 4) {
487 ++pmc_grp_use[grp];
H A Dpower5-pmu.c394 unsigned int pmc_grp_use[2]; local
403 pmc_grp_use[0] = pmc_grp_use[1] = 0;
416 ++pmc_grp_use[(pmc - 1) >> 1];
432 ++pmc_grp_use[byte & 1];
439 if (pmc_grp_use[0] > 2 || pmc_grp_use[1] > 2)
506 } else if (pmc_grp_use[grp] < 2) {
507 ++pmc_grp_use[grp];

Completed in 62 milliseconds