Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dcontext.c45 init_waitqueue_head(&ctx->mfc_wq); in alloc_spu_context()
Dfile.c1489 wake_up_all(&ctx->mfc_wq); in spufs_mfc_callback()
1530 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_read()
1663 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_write()
1689 poll_wait(file, &ctx->mfc_wq, wait); in spufs_mfc_poll()
1723 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush()
1727 ret = spufs_wait(ctx->mfc_wq, in spufs_mfc_flush()
Dspufs.h91 wait_queue_head_t mfc_wq; member