Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/platforms/cell/
Dspu_manage.c371 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()
Dspu_base.c589 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu()
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/
Dsched.c189 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()
Dinode.c307 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
/linux-6.6.21/arch/powerpc/include/asm/
Dspu.h115 struct list_head cbe_list; member