Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dsched.c258 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()
Dgang.c27 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang()
Dinode.c332 !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()
Dspufs.h149 struct list_head aff_list_head; member