Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_manage.c369 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in spu_lookup_reg()
416 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) in devnode_spu()
430 list_for_each_entry(spu, &cbe_spu_info[cbe].spus, cbe_list) { in neighbour_spu()
452 cbe_list); in init_affinity_node()
Dspu_base.c596 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu()
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dsched.c192 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in do_notify_spus_active()
321 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in aff_ref_location()
332 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in aff_ref_location()
592 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in spu_get_idle()
640 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in find_victim()
1007 cbe_list) { in spusched_thread()
1139 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) in spu_sched_exit()
Dinode.c310 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
/Linux-v5.4/arch/powerpc/include/asm/
Dspu.h115 struct list_head cbe_list; member