Searched refs:aff_list_head (Results 1 – 4 of 4) sorted by relevance
40 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang()
274 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs()276 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs()289 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()296 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()366 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in aff_set_ref_point_location()371 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_ref_point_location()
353 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity()366 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity()400 &ctx->gang->aff_list_head); in spufs_set_affinity()404 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
164 struct list_head aff_list_head; member