Searched refs:cbe_list (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 391 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in spu_lookup_reg() 438 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) in devnode_spu() 452 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) { in neighbour_spu() 475 cbe_list); in init_affinity_node()
|
D | spu_base.c | 606 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu()
|
/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 204 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() 1166 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) in spu_sched_exit()
|
D | inode.c | 328 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
|
/arch/powerpc/include/asm/ |
D | spu.h | 128 struct list_head cbe_list; member
|