Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dsched.c159 mutex_lock(&cbe_spu_info[node].list_mutex); in spu_update_sched_info()
161 mutex_unlock(&cbe_spu_info[node].list_mutex); in spu_update_sched_info()
203 mutex_lock(&cbe_spu_info[node].list_mutex); in do_notify_spus_active()
213 mutex_unlock(&cbe_spu_info[node].list_mutex); in do_notify_spus_active()
265 BUG_ON(!mutex_is_locked(&cbe_spu_info[spu->node].list_mutex)); in sched_spu()
332 mutex_lock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
340 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
347 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
351 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
586 mutex_lock(&cbe_spu_info[node].list_mutex); in spu_get_idle()
[all …]
/arch/powerpc/platforms/cell/
Dspu_base.c606 mutex_lock(&cbe_spu_info[spu->node].list_mutex); in create_spu()
609 mutex_unlock(&cbe_spu_info[spu->node].list_mutex); in create_spu()
769 mutex_init(&cbe_spu_info[i].list_mutex); in init_spu_base()
/arch/powerpc/include/asm/
Dspu.h193 struct mutex list_mutex; member