Searched refs:SPU_CREATE_NOSCHED (Results 1 – 6 of 6) sorted by relevance
227 if (ctx->flags & SPU_CREATE_NOSCHED) in spu_bind_context()266 return (!spu->ctx || !(spu->ctx->flags & SPU_CREATE_NOSCHED)); in sched_spu()443 if (spu->ctx->flags & SPU_CREATE_NOSCHED) in spu_unbind_context()552 BUG_ON(!(ctx->flags & SPU_CREATE_NOSCHED)); in spu_prio_wait()655 !(tmp->flags & SPU_CREATE_NOSCHED) && in find_victim()820 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_activate()871 if (new->flags & SPU_CREATE_NOSCHED) in __spu_deactivate()911 if (!(ctx->flags & SPU_CREATE_NOSCHED)) { in spu_yield()928 if (ctx->flags & SPU_CREATE_NOSCHED) in spusched_tick()
183 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_run_init()223 if (ctx->flags & SPU_CREATE_NOSCHED) { in spu_run_init()
134 if (ctx->flags & SPU_CREATE_NOSCHED) in coredump_next_context()
282 if (flags & SPU_CREATE_NOSCHED) in spufs_mkdir()451 if ((flags & SPU_CREATE_NOSCHED) && in spufs_create_context()456 if ((flags & (SPU_CREATE_NOSCHED | SPU_CREATE_ISOLATE)) in spufs_create_context()
2056 if (!(ctx->flags & SPU_CREATE_NOSCHED)) in spufs_caps_show()
269 #define SPU_CREATE_NOSCHED 0x0004 macro