Searched refs:sched_flags (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c165 set_bit(SPU_SCHED_WAS_ACTIVE, &ctx->sched_flags); spu_acquire_saved()
180 if (test_and_clear_bit(SPU_SCHED_WAS_ACTIVE, &ctx->sched_flags) && spu_release_saved()
181 test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags)) spu_release_saved()
H A Drun.c68 if (test_bit(SPU_SCHED_NOTIFY_ACTIVE, &ctx->sched_flags)) spu_stopped()
239 set_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags); spu_run_init()
254 clear_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags); spu_run_fini()
390 &ctx->sched_flags))) { spufs_run_spu()
H A Dspufs.h49 /* ctx->sched_flags */
125 unsigned long sched_flags; member in struct:spu_context
H A Dsched.c208 &ctx->sched_flags); for_each_online_node()
704 if (test_bit(SPU_SCHED_SPU_RUN, &victim->sched_flags)) find_victim()
934 if (--ctx->time_slice && test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags)) spusched_tick()
944 if (test_bit(SPU_SCHED_SPU_RUN, &ctx->sched_flags)) spusched_tick()
H A Dfile.c2649 ctx->sched_flags, spufs_show_ctx()
/linux-4.1.27/kernel/sched/
H A Dcore.c3253 dl_se->flags = attr->sched_flags; __setparam_dl()
3340 attr->sched_flags = dl_se->flags; __getparam_dl()
3408 dl_se->flags != attr->sched_flags) dl_param_changed()
3435 reset_on_fork = !!(attr->sched_flags & SCHED_FLAG_RESET_ON_FORK); __sched_setscheduler()
3444 if (attr->sched_flags & ~(SCHED_FLAG_RESET_ON_FORK)) __sched_setscheduler()
3655 attr.sched_flags |= SCHED_FLAG_RESET_ON_FORK; _sched_setscheduler()
3999 attr.sched_flags |= SCHED_FLAG_RESET_ON_FORK; SYSCALL_DEFINE4()
/linux-4.1.27/include/linux/
H A Dsched.h95 * @sched_flags for customizing the scheduler behaviour
114 u64 sched_flags; member in struct:sched_attr

Completed in 234 milliseconds