Searched refs:stop_wq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 198 wake_up_all(&ctx->stop_wq); in do_notify_spus_active() 474 wake_up_all(&ctx->stop_wq); in spu_unbind_context() 544 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); in spu_prio_wait() 556 remove_wait_queue(&ctx->stop_wq, &wait); in spu_prio_wait() 861 wake_up(&new->stop_wq); in __spu_deactivate()
|
H A D | run.c | 45 wake_up_all(&ctx->stop_wq); in spufs_stop_callback() 379 ret = spufs_wait(ctx->stop_wq, spu_stopped(ctx, &status)); in spufs_run_spu()
|
H A D | fault.c | 28 wake_up_all(&ctx->stop_wq); in spufs_handle_event()
|
H A D | context.c | 44 init_waitqueue_head(&ctx->stop_wq); in alloc_spu_context()
|
H A D | spufs.h | 90 wait_queue_head_t stop_wq; member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 195 wake_up_all(&ctx->stop_wq); in do_notify_spus_active() 468 wake_up_all(&ctx->stop_wq); in spu_unbind_context() 538 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); in spu_prio_wait() 550 remove_wait_queue(&ctx->stop_wq, &wait); in spu_prio_wait() 855 wake_up(&new->stop_wq); in __spu_deactivate()
|
H A D | run.c | 45 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()
|
H A D | fault.c | 28 wake_up_all(&ctx->stop_wq); in spufs_handle_event()
|
H A D | context.c | 44 init_waitqueue_head(&ctx->stop_wq); in alloc_spu_context()
|
H A D | spufs.h | 90 wait_queue_head_t stop_wq; member
|
Completed in 9 milliseconds