Searched refs:spus (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 192 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) { in do_notify_spus_active() 305 * "available_spus" counts how many spus are not potentially in aff_ref_location() 309 * contexts bigger than the amount of spus in the node, in aff_ref_location() 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() 1006 list_for_each_entry(spu, &cbe_spu_info[node].spus, in spusched_thread() 1139 list_for_each_entry(spu, &cbe_spu_info[node].spus, cbe_list) in spu_sched_exit()
|
H A D | inode.c | 307 aff_supp = !list_empty(&(list_entry(cbe_spu_info[0].spus.next, in spufs_assert_affinity()
|
/kernel/linux/linux-6.6/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() 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 D | inode.c | 306 aff_supp = !list_empty(&(list_entry(cbe_spu_info[0].spus.next, in spufs_assert_affinity()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_manage.c | 369 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() 451 last_spu = list_first_entry(&cbe_spu_info[cbe].spus, struct spu, in init_affinity_node()
|
H A D | spu_base.c | 52 * List of all spus in the system. 596 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu() 759 INIT_LIST_HEAD(&cbe_spu_info[i].spus); in init_spu_base() 765 /* create system subsystem for spus */ in init_spu_base() 773 printk(KERN_WARNING "%s: Error initializing spus\n", in init_spu_base()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A 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() 453 last_spu = list_first_entry(&cbe_spu_info[cbe].spus, struct spu, in init_affinity_node()
|
H A D | spu_base.c | 51 * List of all spus in the system. 589 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus); in create_spu() 752 INIT_LIST_HEAD(&cbe_spu_info[i].spus); in init_spu_base() 758 /* create system subsystem for spus */ in init_spu_base() 766 printk(KERN_WARNING "%s: Error initializing spus\n", in init_spu_base()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu.h | 181 struct list_head spus; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu.h | 181 struct list_head spus; member
|
Completed in 15 milliseconds