Searched refs:run_mutex (Results 1 – 3 of 3) sorted by relevance
358 if (mutex_lock_interruptible(&ctx->run_mutex)) in spufs_run_spu()452 mutex_unlock(&ctx->run_mutex); in spufs_run_spu()
53 mutex_init(&ctx->run_mutex); in alloc_spu_context()
96 struct mutex run_mutex; member