Home
last modified time | relevance | path

Searched refs:sched_flags (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dcontext.c165 set_bit(SPU_SCHED_WAS_ACTIVE, &ctx->sched_flags); in spu_acquire_saved()
180 if (test_and_clear_bit(SPU_SCHED_WAS_ACTIVE, &ctx->sched_flags) && in spu_release_saved()
181 test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags)) in spu_release_saved()
Drun.c68 if (test_bit(SPU_SCHED_NOTIFY_ACTIVE, &ctx->sched_flags)) in spu_stopped()
239 set_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags); in spu_run_init()
254 clear_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags); in spu_run_fini()
390 &ctx->sched_flags))) { in spufs_run_spu()
Dsched.c208 &ctx->sched_flags); in do_notify_spus_active()
704 if (test_bit(SPU_SCHED_SPU_RUN, &victim->sched_flags)) in find_victim()
934 if (--ctx->time_slice && test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags)) in spusched_tick()
944 if (test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags)) in spusched_tick()
Dspufs.h125 unsigned long sched_flags; member
Dfile.c2631 ctx->sched_flags, in spufs_show_ctx()