Searched refs:mem_aff (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 292 static struct spu *aff_ref_location(struct spu_context *ctx, int mem_aff, in aff_ref_location() argument 333 if ((!mem_aff || spu->has_mem_affinity) && in aff_ref_location() 346 int mem_aff, gs, lowest_offset; in aff_set_ref_point_location() local 350 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 288 static struct spu *aff_ref_location(struct spu_context *ctx, int mem_aff, in aff_ref_location() argument 329 if ((!mem_aff || spu->has_mem_affinity) && in aff_ref_location() 342 int mem_aff, gs, lowest_offset; in aff_set_ref_point_location() local 345 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; 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()
|
Completed in 3 milliseconds