Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dinode.c310 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
334 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity()
335 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity()
336 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity()
337 aff_list)->aff_head) { in spufs_assert_affinity()
348 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity()
350 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity()
380 if (list_empty(&neighbor->aff_list)) { in spufs_set_affinity()
381 list_add_tail(&neighbor->aff_list, in spufs_set_affinity()
386 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
[all …]
Dsched.c262 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs()
263 if (list_empty(&ctx->aff_list)) in aff_merge_remaining_ctxs()
264 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs()
275 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets()
276 aff_list) { in aff_set_offsets()
277 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()
283 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { 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()
357 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_ref_point_location()
[all …]
Dgang.c65 if (!list_empty(&ctx->aff_list)) { in spu_gang_remove_ctx()
66 list_del_init(&ctx->aff_list); in spu_gang_remove_ctx()
Dcontext.c51 INIT_LIST_HEAD(&ctx->aff_list); in alloc_spu_context()
Dspufs.h137 struct list_head aff_list; member
/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_manage.c392 list_add_tail(&spu->aff_list, in init_affinity_qs20_harcoded()
393 &last_spu->aff_list); in init_affinity_qs20_harcoded()
490 list_add_tail(&spu->aff_list, &last_spu->aff_list); in init_affinity_node()
Dspu_base.c609 INIT_LIST_HEAD(&spu->aff_list); in create_spu()
/Linux-v5.4/arch/powerpc/include/asm/
Dspu.h161 struct list_head aff_list; member