Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dcontext.c69 ctx->stats.util_state = SPU_UTIL_IDLE_LOADED; in alloc_spu_context()
Dsched.c1055 old_state = ctx->stats.util_state; in spuctx_switch_state()
1056 ctx->stats.util_state = new_state; in spuctx_switch_state()
1065 spu->stats.util_state = new_state; in spuctx_switch_state()
Dspufs.h135 enum spu_utilization_state util_state; member
Dfile.c2354 if (ctx->spu && ctx->stats.util_state == state) { in spufs_acct_time()
2398 ctx_state_names[ctx->stats.util_state], in spufs_show_stat()
/arch/powerpc/platforms/cell/
Dspu_base.c654 spu->stats.util_state = SPU_UTIL_IDLE_LOADED; in create_spu()
687 if (spu->stats.util_state == state) { in spu_acct_time()
703 spu_state_names[spu->stats.util_state], in spu_stat_show()
/arch/powerpc/include/asm/
Dspu.h176 enum spu_utilization_state util_state; member