Searched refs:spufs_wait (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c348 err = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE);
719 count = spufs_wait(ctx->ibox_wq, spu_ibox_read(ctx, &ibox_data));
858 count = spufs_wait(ctx->wbox_wq, spu_wbox_write(ctx, wbox_data));
1517 ret = spufs_wait(ctx->mfc_wq,
1642 ret = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE);
1650 ret = spufs_wait(ctx->mfc_wq,
1710 ret = spufs_wait(ctx->mfc_wq,
1714 ret = spufs_wait(ctx->mfc_wq,
2389 /* spufs_wait will drop the mutex and
2394 error = spufs_wait(ct
[all...]
H A Dspufs.h295 * spufs_wait
304 #define spufs_wait(wq, condition) \ macro
H A Drun.c378 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status));

Completed in 167 milliseconds