Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c64 #define PFM_CTX_UNLOADED 1 /* context is not loaded onto any task */ macro
833 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_alloc()
1946 if (state == PFM_CTX_UNLOADED) goto doit; in pfm_close()
3474 case PFM_CTX_UNLOADED: in pfm_restart()
3898 if (state == PFM_CTX_UNLOADED) return -EINVAL; in pfm_stop()
4125 if (state != PFM_CTX_UNLOADED) { in pfm_context_load()
4343 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_load()
4377 if (prev_state == PFM_CTX_UNLOADED) { in pfm_context_unload()
4388 ctx->ctx_state = PFM_CTX_UNLOADED; in pfm_context_unload()
4511 case PFM_CTX_UNLOADED: in pfm_exit_thread()
[all …]