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() 495 list_for_each_entry(spu, &spu_full_list, full_list) in spu_add_dev_attr() 509 list_for_each_entry(spu, &spu_full_list, full_list) { in spu_add_dev_attr_group() 518 &spu_full_list, full_list) in spu_add_dev_attr_group() 536 list_for_each_entry(spu, &spu_full_list, full_list) in spu_remove_dev_attr() 547 list_for_each_entry(spu, &spu_full_list, full_list) in spu_remove_dev_attr_group() 612 list_add(&spu->full_list, &spu_full_list); in create_spu() 729 list_for_each_entry(spu, list, full_list) { in crash_register_spus() 752 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 | 3006 list_for_each_entry(spu, list, full_list) { in xmon_register_spus()
|