Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/cell/spufs/
Dsched.c211 wake_up_all(&ctx->stop_wq); in do_notify_spus_active()
487 wake_up_all(&ctx->stop_wq); in spu_unbind_context()
557 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); in spu_prio_wait()
569 remove_wait_queue(&ctx->stop_wq, &wait); in spu_prio_wait()
874 wake_up(&new->stop_wq); in __spu_deactivate()
Drun.c44 wake_up_all(&ctx->stop_wq); in spufs_stop_callback()
378 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status)); in spufs_run_spu()
Dfault.c44 wake_up_all(&ctx->stop_wq); in spufs_handle_event()
Dcontext.c56 init_waitqueue_head(&ctx->stop_wq); in alloc_spu_context()
Dspufs.h103 wait_queue_head_t stop_wq; member