Searched refs:PFM_CTX_UNLOADED (Results 1 – 1 of 1) sorted by relevance
62 #define PFM_CTX_UNLOADED 1 /* context is not loaded onto any task */ macro878 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 …]