Home
last modified time | relevance | path

Searched refs:aff_sched_count (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dsched.c400 if (atomic_read(&ctx->gang->aff_sched_count) == 0) in has_affinity()
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()
Dspufs.h153 atomic_t aff_sched_count; member