Searched refs:runcntl (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Drun.c178 unsigned long runcntl = SPU_RUNCNTL_RUNNABLE; local
209 runcntl = ctx->ops->runcntl_read(ctx) &
211 if (runcntl == 0)
212 runcntl = SPU_RUNCNTL_RUNNABLE;
225 ctx->ops->runcntl_write(ctx, runcntl);
H A Dsched.c793 unsigned long runcntl; local
795 runcntl = ctx->ops->runcntl_read(ctx);
797 if (runcntl & SPU_RUNCNTL_RUNNABLE)

Completed in 141 milliseconds