Searched refs:aff_list_head (Results 1 – 4 of 4) sorted by relevance
258 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs()260 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs()273 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()280 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()349 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in aff_set_ref_point_location()354 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_ref_point_location()
27 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang()
332 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity()345 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity()379 &ctx->gang->aff_list_head); in spufs_set_affinity()383 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
149 struct list_head aff_list_head; member
Completed in 8 milliseconds