Home
last modified time | relevance | path

Searched refs:aff_list_head (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dsched.c262 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs()
264 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs()
277 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()
284 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()
354 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in aff_set_ref_point_location()
359 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_ref_point_location()
Dgang.c27 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang()
Dinode.c335 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity()
348 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity()
382 &ctx->gang->aff_list_head); in spufs_set_affinity()
386 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
Dspufs.h149 struct list_head aff_list_head; member