Home
last modified time | relevance | path

Searched refs:aff_ref_ctx (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dinode.c337 gang->aff_ref_ctx && in spufs_assert_affinity()
338 gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM) in spufs_assert_affinity()
395 ctx->gang->aff_ref_ctx = ctx; in spufs_set_affinity()
416 if (!ctx->gang->aff_ref_ctx) in spufs_set_affinity()
417 ctx->gang->aff_ref_ctx = ctx; in spufs_set_affinity()
Dsched.c288 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets()
296 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { in aff_set_offsets()
363 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; 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()
377 gang->aff_ref_spu = aff_ref_location(gang->aff_ref_ctx, mem_aff, gs, in aff_set_ref_point_location()
Dspufs.h161 struct spu_context *aff_ref_ctx; member