Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c46 init_waitqueue_head(&ctx->run_wq); in alloc_spu_context()
H A Dspufs.h92 wait_queue_head_t run_wq; member
H A Dsched.c716 wake_up_all(&ctx->run_wq); in __spu_schedule()
H A 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()