Home
last modified time | relevance | path

Searched refs:cbe_list (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/cell/
Dspu_manage.c392 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in spu_lookup_reg()
439 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) in devnode_spu()
453 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) { in neighbour_spu()
476 cbe_list); in init_affinity_node()
Dspu_base.c644 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu()
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dsched.c204 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in do_notify_spus_active()
333 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in aff_ref_location()
344 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in aff_ref_location()
604 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in spu_get_idle()
652 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in find_victim()
1019 cbe_list) { in spusched_thread()
1168 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) in spu_sched_exit()
Dinode.c355 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
/linux-3.4.99/arch/powerpc/include/asm/
Dspu.h126 struct list_head cbe_list; member