Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A 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()
A Dgang.c27 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang()
A 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()
A Dspufs.h149 struct list_head aff_list_head; member

Completed in 8 milliseconds