Searched refs:spufs_wait (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 348 err = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_ps_fault() 719 count = spufs_wait(ctx->ibox_wq, spu_ibox_read(ctx, &ibox_data)); in spufs_ibox_read() 858 count = spufs_wait(ctx->wbox_wq, spu_wbox_write(ctx, wbox_data)); in spufs_wbox_write() 1517 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_read() 1642 ret = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_mfc_write() 1650 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_write() 1710 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush() 1714 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush() 2389 /* spufs_wait will drop the mutex and in spufs_switch_log_read() 2394 error = spufs_wait(ct in spufs_switch_log_read() [all...] |
H A D | run.c | 379 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status)); in spufs_run_spu()
|
H A D | spufs.h | 296 * spufs_wait 305 #define spufs_wait(wq, condition) \ macro
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 348 err = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_ps_fault() 719 count = spufs_wait(ctx->ibox_wq, spu_ibox_read(ctx, &ibox_data)); in spufs_ibox_read() 858 count = spufs_wait(ctx->wbox_wq, spu_wbox_write(ctx, wbox_data)); in spufs_wbox_write() 1517 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_read() 1642 ret = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_mfc_write() 1650 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_write() 1710 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush() 1714 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush() 2389 /* spufs_wait will drop the mutex and in spufs_switch_log_read() 2394 error = spufs_wait(ct in spufs_switch_log_read() [all...] |
H A D | spufs.h | 295 * spufs_wait 304 #define spufs_wait(wq, condition) \ macro
|
H A D | run.c | 378 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status)); in spufs_run_spu()
|
Completed in 12 milliseconds