Searched refs:full_list (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/platforms/cell/ |
D | spu_base.c | 100 list_for_each_entry(spu, &spu_full_list, full_list) { in spu_flush_all_slbs() 496 list_for_each_entry(spu, &spu_full_list, full_list) in spu_add_dev_attr() 510 list_for_each_entry(spu, &spu_full_list, full_list) { in spu_add_dev_attr_group() 519 &spu_full_list, full_list) in spu_add_dev_attr_group() 537 list_for_each_entry(spu, &spu_full_list, full_list) in spu_remove_dev_attr() 548 list_for_each_entry(spu, &spu_full_list, full_list) in spu_remove_dev_attr_group() 613 list_add(&spu->full_list, &spu_full_list); in create_spu() 730 list_for_each_entry(spu, list, full_list) { in crash_register_spus() 753 list_for_each_entry(spu, &spu_full_list, full_list) { in spu_shutdown()
|
/arch/powerpc/include/asm/ |
D | spu.h | 129 struct list_head full_list; member
|
/arch/powerpc/xmon/ |
D | xmon.c | 3111 list_for_each_entry(spu, list, full_list) { in xmon_register_spus()
|