Home
last modified time | relevance | path

Searched refs:ctx_last_activation (Results 1 – 1 of 1) sorted by relevance

/arch/ia64/kernel/
Dperfmon.c201 #define SET_ACTIVATION(c) (c)->ctx_last_activation = GET_ACTIVATION()
318 unsigned long ctx_last_activation; /* context last activation number for last_cpu */ member
897 ctx->ctx_last_activation = PFM_INVALID_ACTIVATION; in pfm_context_alloc()
4368 ctx->ctx_last_activation = PFM_INVALID_ACTIVATION; in pfm_context_load()
4519 ctx->ctx_last_activation = PFM_INVALID_ACTIVATION; in pfm_context_unload()
6055 if (GET_LAST_CPU(ctx) == smp_processor_id() && ctx->ctx_last_activation == GET_ACTIVATION()) { in pfm_load_regs()