Searched refs:ctx_cpu (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.c318 unsigned int ctx_cpu; /* cpu to which perfmon is applied (system wide) */ member in struct:pfm_context
1730 if (ctx->ctx_cpu != smp_processor_id()) {
1732 ctx->ctx_cpu,
1774 DPRINT(("calling CPU%d for cleanup\n", ctx->ctx_cpu));
1775 ret = smp_call_function_single(ctx->ctx_cpu, pfm_syswide_force_stop, ctx, 1);
1776 DPRINT(("called CPU%d for cleanup ret=%d\n", ctx->ctx_cpu, ret));
1847 if (is_system && ctx->ctx_cpu != smp_processor_id()) {
1849 DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
2086 pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu);
2826 if (is_system && ctx->ctx_cpu !
[all...]

Completed in 116 milliseconds