Home
last modified time | relevance | path

Searched refs:spus (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.c189 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in do_notify_spus_active()
301 * "available_spus" counts how many spus are not potentially in aff_ref_location()
305 * contexts bigger than the amount of spus in the node, in aff_ref_location()
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 Dinode.c296 aff_supp = !list_empty(&(list_entry(cbe_spu_info[0].spus.next, in spufs_assert_affinity()
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c50 * List of all spus in the system.
588 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu()
751 INIT_LIST_HEAD(&cbe_spu_info[i].spus); in init_spu_base()
757 /* create system subsystem for spus */ in init_spu_base()
765 printk(KERN_WARNING "%s: Error initializing spus\n", in init_spu_base()
/linux/arch/powerpc/include/asm/
H A Dspu.h181 struct list_head spus; member