Home
last modified time | relevance | path

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

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