Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c60 #define PFM_CTX_UNLOADED 1 /* context is not loaded onto any task */ macro
876 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_alloc()
1989 if (state == PFM_CTX_UNLOADED) goto doit; in pfm_close()
3529 case PFM_CTX_UNLOADED: in pfm_restart()
3953 if (state == PFM_CTX_UNLOADED) return -EINVAL; in pfm_stop()
4180 if (state != PFM_CTX_UNLOADED) { in pfm_context_load()
4398 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_load()
4432 if (prev_state == PFM_CTX_UNLOADED) { in pfm_context_unload()
4443 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_unload()
4566 case PFM_CTX_UNLOADED: in pfm_exit_thread()
[all …]