Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dsched.c147 mutex_lock(&cbe_spu_info[node].list_mutex); in spu_update_sched_info()
149 mutex_unlock(&cbe_spu_info[node].list_mutex); in spu_update_sched_info()
191 mutex_lock(&cbe_spu_info[node].list_mutex); in do_notify_spus_active()
201 mutex_unlock(&cbe_spu_info[node].list_mutex); in do_notify_spus_active()
253 BUG_ON(!mutex_is_locked(&cbe_spu_info[spu->node].list_mutex)); in sched_spu()
320 mutex_lock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
328 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
335 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
339 mutex_unlock(&cbe_spu_info[node].list_mutex); in aff_ref_location()
574 mutex_lock(&cbe_spu_info[node].list_mutex); in spu_get_idle()
[all …]
/arch/powerpc/platforms/cell/
Dspu_base.c595 mutex_lock(&cbe_spu_info[spu->node].list_mutex); in create_spu()
598 mutex_unlock(&cbe_spu_info[spu->node].list_mutex); in create_spu()
758 mutex_init(&cbe_spu_info[i].list_mutex); in init_spu_base()
/arch/powerpc/include/asm/
Dspu.h180 struct mutex list_mutex; member