Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dgang.c38 mutex_init(&gang->aff_mutex); in alloc_spu_gang()
Dsched.c579 mutex_lock(&ctx->gang->aff_mutex); in spu_get_idle()
583 mutex_unlock(&ctx->gang->aff_mutex); in spu_get_idle()
595 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.h165 struct mutex aff_mutex; member