Home
last modified time | relevance | path

Searched refs:run_wq (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/powerpc/platforms/cell/spufs/
Dcontext.c46 init_waitqueue_head(&ctx->run_wq); in alloc_spu_context()
Dspufs.h92 wait_queue_head_t run_wq; member
Dsched.c716 wake_up_all(&ctx->run_wq); in __spu_schedule()
Dfile.c348 err = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_ps_fault()
1642 ret = spufs_wait(ctx->run_wq, ctx->state == SPU_STATE_RUNNABLE); in spufs_mfc_write()