Home
last modified time | relevance | path

Searched refs:list_mutex (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dsched.c160 mutex_lock(&cbe_spu_info[node].list_mutex); in spu_update_sched_info()
162 mutex_unlock(&cbe_spu_info[node].list_mutex); in spu_update_sched_info()
204 mutex_lock(&cbe_spu_info[node].list_mutex); in do_notify_spus_active()
214 mutex_unlock(&cbe_spu_info[node].list_mutex); in do_notify_spus_active()
266 BUG_ON(!mutex_is_locked(&cbe_spu_info[spu->node].list_mutex)); in sched_spu()
333 mutex_lock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
341 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
348 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
352 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
587 mutex_lock(&cbe_spu_info[node].list_mutex); in spu_get_idle()
[all …]
/arch/powerpc/platforms/cell/
Dspu_base.c643 mutex_lock(&cbe_spu_info[spu->node].list_mutex); in create_spu()
646 mutex_unlock(&cbe_spu_info[spu->node].list_mutex); in create_spu()
810 mutex_init(&cbe_spu_info[i].list_mutex); in init_spu_base()
/arch/powerpc/include/asm/
Dspu.h191 struct mutex list_mutex; member