aff_list_head      27 arch/powerpc/platforms/cell/spufs/gang.c 	INIT_LIST_HEAD(&gang->aff_list_head);
aff_list_head     335 arch/powerpc/platforms/cell/spufs/inode.c 		    !list_is_last(&neighbor->aff_list, &gang->aff_list_head) &&
aff_list_head     348 arch/powerpc/platforms/cell/spufs/inode.c 		list_for_each_entry(tmp, &gang->aff_list_head, aff_list)
aff_list_head     382 arch/powerpc/platforms/cell/spufs/inode.c 				&ctx->gang->aff_list_head);
aff_list_head     386 arch/powerpc/platforms/cell/spufs/inode.c 		if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head)
aff_list_head     262 arch/powerpc/platforms/cell/spufs/sched.c 	list_for_each_entry(ctx, &gang->aff_list_head, aff_list) {
aff_list_head     264 arch/powerpc/platforms/cell/spufs/sched.c 			list_add(&ctx->aff_list, &gang->aff_list_head);
aff_list_head     277 arch/powerpc/platforms/cell/spufs/sched.c 		if (&ctx->aff_list == &gang->aff_list_head)
aff_list_head     284 arch/powerpc/platforms/cell/spufs/sched.c 		if (&ctx->aff_list == &gang->aff_list_head)
aff_list_head     354 arch/powerpc/platforms/cell/spufs/sched.c 	list_for_each_entry(tmp, &gang->aff_list_head, aff_list)
aff_list_head     359 arch/powerpc/platforms/cell/spufs/sched.c 		if (&ctx->aff_list == &gang->aff_list_head)
aff_list_head     149 arch/powerpc/platforms/cell/spufs/spufs.h 	struct list_head aff_list_head;