Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/
Dspu_base.c605 spu->stats.util_state = SPU_UTIL_IDLE_LOADED; in create_spu()
636 if (spu->stats.util_state == state) in spu_acct_time()
650 spu_state_names[spu->stats.util_state], in spu_stat_show()
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dcontext.c57 ctx->stats.util_state = SPU_UTIL_IDLE_LOADED; in alloc_spu_context()
Dsched.c1035 old_state = ctx->stats.util_state; in spuctx_switch_state()
1036 ctx->stats.util_state = new_state; in spuctx_switch_state()
1045 spu->stats.util_state = new_state; in spuctx_switch_state()
Dspufs.h119 enum spu_utilization_state util_state; member
Dfile.c2215 if (ctx->spu && ctx->stats.util_state == state) { in spufs_acct_time()
2258 ctx_state_names[ctx->stats.util_state], in spufs_show_stat()
/linux-5.19.10/arch/powerpc/include/asm/
Dspu.h165 enum spu_utilization_state util_state; member