Searched refs:stop_wq (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfault.c28 wake_up_all(&ctx->stop_wq);
H A Dcontext.c44 init_waitqueue_head(&ctx->stop_wq);
H A Drun.c45 wake_up_all(&ctx->stop_wq);
378 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status));
H A Dsched.c195 wake_up_all(&ctx->stop_wq);
468 wake_up_all(&ctx->stop_wq);
538 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE);
550 remove_wait_queue(&ctx->stop_wq, &wait);
855 wake_up(&new->stop_wq);
H A Dspufs.h90 wait_queue_head_t stop_wq; member in struct:spu_context

Completed in 159 milliseconds