Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dinode.c319 gang->aff_ref_ctx && in spufs_assert_affinity()
320 gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM) in spufs_assert_affinity()
377 ctx->gang->aff_ref_ctx = ctx; in spufs_set_affinity()
398 if (!ctx->gang->aff_ref_ctx) in spufs_set_affinity()
399 ctx->gang->aff_ref_ctx = ctx; in spufs_set_affinity()
Dsched.c275 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets()
283 list_for_each_entry(ctx, gang->aff_ref_ctx->aff_list.prev, aff_list) { in aff_set_offsets()
350 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; in aff_set_ref_point_location()
357 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_ref_point_location()
364 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