Home
last modified time | relevance | path

Searched refs:aff_mutex (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dgang.c38 mutex_init(&gang->aff_mutex); in alloc_spu_gang()
Dsched.c580 mutex_lock(&ctx->gang->aff_mutex); in spu_get_idle()
584 mutex_unlock(&ctx->gang->aff_mutex); in spu_get_idle()
596 mutex_unlock(&ctx->gang->aff_mutex); in spu_get_idle()
Dinode.c450 mutex_lock(&gang->aff_mutex); in spufs_create_context()
475 mutex_unlock(&gang->aff_mutex); in spufs_create_context()
Dspufs.h163 struct mutex aff_mutex; member