Searched refs:SPU_CREATE_NOSCHED (Results 1 – 6 of 6) sorted by relevance
229 if (ctx->flags & SPU_CREATE_NOSCHED) in spu_bind_context()268 return (!spu->ctx || !(spu->ctx->flags & SPU_CREATE_NOSCHED)); in sched_spu()445 if (spu->ctx->flags & SPU_CREATE_NOSCHED) in spu_unbind_context()554 BUG_ON(!(ctx->flags & SPU_CREATE_NOSCHED)); in spu_prio_wait()657 !(tmp->flags & SPU_CREATE_NOSCHED) && in find_victim()822 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_activate()873 if (new->flags & SPU_CREATE_NOSCHED) in __spu_deactivate()913 if (!(ctx->flags & SPU_CREATE_NOSCHED)) { in spu_yield()930 if (ctx->flags & SPU_CREATE_NOSCHED) in spusched_tick()
186 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_run_init()226 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_run_init()
290 if (flags & SPU_CREATE_NOSCHED) in spufs_mkdir()459 if ((flags & SPU_CREATE_NOSCHED) && in spufs_create_context()464 if ((flags & (SPU_CREATE_NOSCHED | SPU_CREATE_ISOLATE)) in spufs_create_context()
135 if (ctx->flags & SPU_CREATE_NOSCHED) in coredump_next_context()
2060 if (!(ctx->flags & SPU_CREATE_NOSCHED)) in spufs_caps_show()
261 #define SPU_CREATE_NOSCHED 0x0004 macro