Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dgang.c25 mutex_init(&gang->aff_mutex); in alloc_spu_gang()
H A Dsched.c567 mutex_lock(&ctx->gang->aff_mutex); in spu_get_idle()
571 mutex_unlock(&ctx->gang->aff_mutex); in spu_get_idle()
583 mutex_unlock(&ctx->gang->aff_mutex); in spu_get_idle()
H A Dinode.c430 mutex_lock(&gang->aff_mutex); in spufs_create_context()
455 mutex_unlock(&gang->aff_mutex); in spufs_create_context()
H A Dspufs.h150 struct mutex aff_mutex; member