Searched refs:aff_list (Results 1 – 7 of 7) sorted by relevance
| /arch/powerpc/platforms/cell/spufs/ |
| A D | inode.c | 297 struct spu, cbe_list))->aff_list); in spufs_assert_affinity() 323 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity() 324 aff_list)->aff_head) { in spufs_assert_affinity() 335 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity() 337 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity() 367 if (list_empty(&neighbor->aff_list)) { in spufs_set_affinity() 368 list_add_tail(&neighbor->aff_list, in spufs_set_affinity() 374 || list_entry(neighbor->aff_list.next, struct spu_context, in spufs_set_affinity() 375 aff_list)->aff_head) { in spufs_set_affinity() 376 list_add(&ctx->aff_list, &neighbor->aff_list); in spufs_set_affinity() [all …]
|
| A D | sched.c | 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() 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 …]
|
| A D | gang.c | 66 if (!list_empty(&ctx->aff_list)) { in spu_gang_remove_ctx() 67 list_del_init(&ctx->aff_list); in spu_gang_remove_ctx()
|
| A D | context.c | 51 INIT_LIST_HEAD(&ctx->aff_list); in alloc_spu_context()
|
| A D | spufs.h | 137 struct list_head aff_list; member
|
| /arch/powerpc/include/asm/ |
| A D | spu.h | 161 struct list_head aff_list; member
|
| /arch/powerpc/platforms/cell/ |
| A D | spu_base.c | 601 INIT_LIST_HEAD(&spu->aff_list); in create_spu()
|
Completed in 22 milliseconds