Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/platforms/cell/spufs/
Dinode.c316 gang->aff_ref_ctx && in spufs_assert_affinity()
317 gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM) in spufs_assert_affinity()
374 ctx->gang->aff_ref_ctx = ctx; in spufs_set_affinity()
395 if (!ctx->gang->aff_ref_ctx) in spufs_set_affinity()
396 ctx->gang->aff_ref_ctx = ctx; in spufs_set_affinity()
Dsched.c271 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets()
279 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { in aff_set_offsets()
345 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; 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()
359 gang->aff_ref_spu = aff_ref_location(gang->aff_ref_ctx, mem_aff, gs, in aff_set_ref_point_location()
Dspufs.h148 struct spu_context *aff_ref_ctx; member