Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c62 #define PFM_CTX_UNLOADED 1 /* context is not loaded onto any task */ macro
878 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_alloc()
1991 if (state == PFM_CTX_UNLOADED) goto doit; in pfm_close()
3521 case PFM_CTX_UNLOADED: in pfm_restart()
3945 if (state == PFM_CTX_UNLOADED) return -EINVAL; in pfm_stop()
4172 if (state != PFM_CTX_UNLOADED) { in pfm_context_load()
4390 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_load()
4424 if (prev_state == PFM_CTX_UNLOADED) { in pfm_context_unload()
4435 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_unload()
4558 case PFM_CTX_UNLOADED: in pfm_exit_thread()
[all …]