Home
last modified time | relevance | path

Searched refs:SPU_CREATE_NOSCHED (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.c213 if (ctx->flags & SPU_CREATE_NOSCHED) in spu_bind_context()
251 return (!spu->ctx || !(spu->ctx->flags & SPU_CREATE_NOSCHED)); in sched_spu()
427 if (spu->ctx->flags & SPU_CREATE_NOSCHED) in spu_unbind_context()
535 BUG_ON(!(ctx->flags & SPU_CREATE_NOSCHED)); in spu_prio_wait()
638 !(tmp->flags & SPU_CREATE_NOSCHED) && in find_victim()
803 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_activate()
854 if (new->flags & SPU_CREATE_NOSCHED) in __spu_deactivate()
894 if (!(ctx->flags & SPU_CREATE_NOSCHED)) { in spu_yield()
911 if (ctx->flags & SPU_CREATE_NOSCHED) in spusched_tick()
H A Drun.c187 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_run_init()
227 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_run_init()
H A Dcoredump.c50 if (ctx->flags & SPU_CREATE_NOSCHED) in match_context()
H A Dinode.c261 if (flags & SPU_CREATE_NOSCHED) in spufs_mkdir()
412 if ((flags & SPU_CREATE_NOSCHED) && in spufs_create_context()
416 if ((flags & (SPU_CREATE_NOSCHED | SPU_CREATE_ISOLATE)) in spufs_create_context()
H A Dfile.c1920 if (!(ctx->flags & SPU_CREATE_NOSCHED)) in spufs_caps_show()
/linux/arch/powerpc/include/asm/
H A Dspu.h238 #define SPU_CREATE_NOSCHED 0x0004 macro