Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dgang.c25 mutex_init(&gang->aff_mutex); in alloc_spu_gang()
Dsched.c561 mutex_lock(&ctx->gang->aff_mutex); in spu_get_idle()
565 mutex_unlock(&ctx->gang->aff_mutex); in spu_get_idle()
577 mutex_unlock(&ctx->gang->aff_mutex); in spu_get_idle()
Dinode.c429 mutex_lock(&gang->aff_mutex); in spufs_create_context()
454 mutex_unlock(&gang->aff_mutex); in spufs_create_context()
Dspufs.h150 struct mutex aff_mutex; member