Home
last modified time | relevance | path

Searched refs:spufs_wait (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dfile.c341 err = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_ps_fault()
724 count = spufs_wait(ctx->ibox_wq, spu_ibox_read(ctx, &ibox_data)); in spufs_ibox_read()
867 count = spufs_wait(ctx->wbox_wq, spu_wbox_write(ctx, wbox_data)); in spufs_wbox_write()
1530 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_read()
1655 ret = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_mfc_write()
1663 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_write()
1723 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush()
1727 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush()
2410 error = spufs_wait(ctx->switch_log->wait, in spufs_switch_log_read()
Drun.c379 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status)); in spufs_run_spu()
Dspufs.h305 #define spufs_wait(wq, condition) \ macro