Searched refs:mfc_wq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | context.c | 45 init_waitqueue_head(&ctx->mfc_wq); in alloc_spu_context()
|
H A D | spufs.h | 91 wait_queue_head_t mfc_wq; member
|
H A D | file.c | 1476 wake_up_all(&ctx->mfc_wq); in spufs_mfc_callback() 1517 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_read() 1650 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_write() 1676 poll_wait(file, &ctx->mfc_wq, wait); in spufs_mfc_poll() 1710 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush() 1714 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | context.c | 45 init_waitqueue_head(&ctx->mfc_wq); in alloc_spu_context()
|
H A D | spufs.h | 91 wait_queue_head_t mfc_wq; member
|
H A D | file.c | 1476 wake_up_all(&ctx->mfc_wq); in spufs_mfc_callback() 1517 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_read() 1650 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_write() 1676 poll_wait(file, &ctx->mfc_wq, wait); in spufs_mfc_poll() 1710 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush() 1714 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush()
|
Completed in 9 milliseconds