Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c284 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
308 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity()
309 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity()
310 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity()
311 aff_list)->aff_head) { in spufs_assert_affinity()
322 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity()
324 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity()
354 if (list_empty(&neighbor->aff_list)) { in spufs_set_affinity()
355 list_add_tail(&neighbor->aff_list, in spufs_set_affinity()
360 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
[all …]
H A Dsched.c258 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs()
259 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()
271 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets()
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()
349 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in aff_set_ref_point_location()
352 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_ref_point_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/arch/powerpc/include/asm/
H A Dspu.h161 struct list_head aff_list; member
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c601 INIT_LIST_HEAD(&spu->aff_list); in create_spu()