Home
last modified time | relevance | path

Searched refs:aff_sched_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dsched.c405 if (atomic_read(&ctx->gang->aff_sched_count) == 0) in has_affinity()
437 * If ctx->gang->aff_sched_count is positive, SPU affinity is in spu_unbind_context()
441 atomic_dec_if_positive(&ctx->gang->aff_sched_count); in spu_unbind_context()
570 atomic_inc(&ctx->gang->aff_sched_count); in spu_get_idle()
580 atomic_dec(&ctx->gang->aff_sched_count); in spu_get_idle()
H A Dspufs.h153 atomic_t aff_sched_count; member
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dsched.c400 if (atomic_read(&ctx->gang->aff_sched_count) == 0) in has_affinity()
432 * If ctx->gang->aff_sched_count is positive, SPU affinity is in spu_unbind_context()
436 atomic_dec_if_positive(&ctx->gang->aff_sched_count); in spu_unbind_context()
564 atomic_inc(&ctx->gang->aff_sched_count); in spu_get_idle()
574 atomic_dec(&ctx->gang->aff_sched_count); in spu_get_idle()
H A Dspufs.h153 atomic_t aff_sched_count; member

Completed in 5 milliseconds