Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dinode.c328 struct spu, cbe_list))->aff_list); in spufs_assert_affinity()
352 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity()
353 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && 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()
404 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
[all …]
Dsched.c275 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs()
276 if (list_empty(&ctx->aff_list)) in aff_merge_remaining_ctxs()
277 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs()
288 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets()
289 aff_list) { in aff_set_offsets()
290 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()
296 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { in aff_set_offsets()
297 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets()
367 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in aff_set_ref_point_location()
370 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_ref_point_location()
[all …]
Dgang.c78 if (!list_empty(&ctx->aff_list)) { in spu_gang_remove_ctx()
79 list_del_init(&ctx->aff_list); in spu_gang_remove_ctx()
Dcontext.c64 INIT_LIST_HEAD(&ctx->aff_list); in alloc_spu_context()
Dspufs.h150 struct list_head aff_list; member
/arch/powerpc/platforms/cell/
Dspu_manage.c417 list_add_tail(&spu->aff_list, in init_affinity_qs20_harcoded()
418 &last_spu->aff_list); in init_affinity_qs20_harcoded()
521 list_add_tail(&spu->aff_list, &last_spu->aff_list); in init_affinity_node()
Dspu_base.c622 INIT_LIST_HEAD(&spu->aff_list); in create_spu()
/arch/powerpc/include/asm/
Dspu.h174 struct list_head aff_list; member