Home
last modified time | relevance | path

Searched refs:aff_list (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/powerpc/platforms/cell/spufs/
H A Dinode.c328 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
354 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity()
355 aff_list)->aff_head) { in spufs_assert_affinity()
366 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity()
368 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity()
398 if (list_empty(&neighbor->aff_list)) { in spufs_set_affinity()
399 list_add_tail(&neighbor->aff_list, in spufs_set_affinity()
405 || list_entry(neighbor->aff_list.next, struct spu_context, in spufs_set_affinity()
406 aff_list)->aff_head) { in spufs_set_affinity()
407 list_add(&ctx->aff_list, &neighbor->aff_list); in spufs_set_affinity()
[all …]
H A Dsched.c259 if (list_empty(&ctx->aff_list)) in aff_merge_remaining_ctxs()
260 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs()
272 aff_list) { in aff_set_offsets()
273 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()
279 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { in aff_set_offsets()
280 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()
353 aff_list) { in aff_set_ref_point_location()
354 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_ref_point_location()
369 list_for_each_entry(spu, ref->aff_list.prev, aff_list) { in ctx_location()
377 list_for_each_entry_reverse(spu, ref->aff_list.next, aff_list) { in ctx_location()
[all …]
H A Dgang.c66 if (!list_empty(&ctx->aff_list)) { in spu_gang_remove_ctx()
67 list_del_init(&ctx->aff_list); in spu_gang_remove_ctx()
H A Dcontext.c51 INIT_LIST_HEAD(&ctx->aff_list); in alloc_spu_context()
H A Dspufs.h137 struct list_head aff_list; member
/linux-6.15/arch/powerpc/include/asm/
H A Dspu.h161 struct list_head aff_list; member
/linux-6.15/arch/powerpc/platforms/cell/
H A Dspu_base.c601 INIT_LIST_HEAD(&spu->aff_list); in create_spu()