Searched defs:state_mutex (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h95 struct mutex state_mutex; member in struct:spu_context
134 /* updates protected by ctx->state_mutex */
277 return mutex_lock_interruptible(&ctx->state_mutex);
282 mutex_unlock(&ctx->state_mutex);
317 * Returns with state_mutex re-acquired when successful or
318 * with -ERESTARTSYS and the state_mutex dropped when interrupted.

Completed in 245 milliseconds