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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dsched.c224 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE);
236 remove_wait_queue(&ctx->stop_wq, &wait);
322 wake_up(&victim->stop_wq);
403 wake_up(&new->stop_wq);
464 wake_up(&ctx->stop_wq);
H A Dcontext.c48 init_waitqueue_head(&ctx->stop_wq);
H A Dfault.c100 wake_up_all(&ctx->stop_wq);
H A Drun.c18 wake_up_all(&ctx->stop_wq);
312 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status));
H A Dspufs.h70 wait_queue_head_t stop_wq; member in struct:spu_context

Completed in 48 milliseconds