Searched refs:cbe_list (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 371 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in spu_lookup_reg() 418 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) in devnode_spu() 432 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) { in neighbour_spu() 454 cbe_list); in init_affinity_node()
|
D | spu_base.c | 589 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu()
|
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/ |
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() 1001 cbe_list) { in spusched_thread() 1135 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) in spu_sched_exit()
|
D | inode.c | 307 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | spu.h | 115 struct list_head cbe_list; member
|