Searched refs:spus (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | sched.c | 189 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in do_notify_spus_active() 317 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in aff_ref_location() 328 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in aff_ref_location() 586 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in spu_get_idle() 634 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in find_victim() 1000 list_for_each_entry(spu, &cbe_spu_info[node].spus, in spusched_thread() 1135 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) in spu_sched_exit()
|
| H A D | inode.c | 283 aff_supp = !list_empty(&(list_entry(cbe_spu_info[0].spus.next, in spufs_assert_affinity()
|
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_base.c | 588 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu() 755 INIT_LIST_HEAD(&cbe_spu_info[i].spus); in init_spu_base()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | spu.h | 181 struct list_head spus; member
|