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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpmc.c41 static void *pmc_owner_caller; /* mostly for debugging */ variable
50 if (pmc_owner_caller) {
53 pmc_owner_caller);
58 pmc_owner_caller = __builtin_return_address(0);
71 WARN_ON(! pmc_owner_caller);
73 pmc_owner_caller = NULL;

Completed in 19 milliseconds