SPU_STATE_RUNNABLE  114 arch/powerpc/platforms/cell/spufs/fault.c 	if (ctx->state == SPU_STATE_RUNNABLE)
SPU_STATE_RUNNABLE  153 arch/powerpc/platforms/cell/spufs/fault.c 		if (ctx->state == SPU_STATE_RUNNABLE) {
SPU_STATE_RUNNABLE  341 arch/powerpc/platforms/cell/spufs/file.c 		err = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE);
SPU_STATE_RUNNABLE 1655 arch/powerpc/platforms/cell/spufs/file.c 	ret = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE);
SPU_STATE_RUNNABLE 1899 arch/powerpc/platforms/cell/spufs/file.c 	if (ctx->state == SPU_STATE_RUNNABLE)
SPU_STATE_RUNNABLE 2242 arch/powerpc/platforms/cell/spufs/file.c 	if (ctx->state == SPU_STATE_RUNNABLE) {
SPU_STATE_RUNNABLE 2254 arch/powerpc/platforms/cell/spufs/file.c 	if (ctx->state == SPU_STATE_RUNNABLE) {
SPU_STATE_RUNNABLE  141 arch/powerpc/platforms/cell/spufs/sched.c 	if (ctx->state == SPU_STATE_RUNNABLE) {
SPU_STATE_RUNNABLE  243 arch/powerpc/platforms/cell/spufs/sched.c 	ctx->state = SPU_STATE_RUNNABLE;
SPU_STATE_RUNNABLE  915 arch/powerpc/platforms/cell/spufs/sched.c 	if (ctx->state != SPU_STATE_RUNNABLE)