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

/linux-master/include/uapi/linux/
H A Dsched.h114 #define SCHED_NORMAL 0 macro
122 /* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */
/linux-master/tools/include/uapi/linux/
H A Dsched.h114 #define SCHED_NORMAL 0 macro
122 /* Can be ORed in to make sure the process is reverted back to SCHED_NORMAL on fork */
/linux-master/init/
H A Dinit_task.c76 .policy = SCHED_NORMAL,
/linux-master/kernel/
H A Dkthread.c369 sched_setscheduler_nocheck(current, SCHED_NORMAL, &param);
489 * it. See also kthread_run(). The new thread has SCHED_NORMAL policy and
/linux-master/kernel/sched/
H A Dcore.c4779 p->policy = SCHED_NORMAL;
7680 * SCHED_NORMAL if the RLIMIT_NICE would normally permit it.
7737 * 1..MAX_RT_PRIO-1, valid priority for SCHED_NORMAL,
8027 * For when you don't much care about FIFO, but want to be above SCHED_NORMAL.
8039 .sched_policy = SCHED_NORMAL,
9067 case SCHED_NORMAL:
9094 case SCHED_NORMAL:
10269 .sched_policy = SCHED_NORMAL,
H A Dsched.h178 return policy == SCHED_NORMAL || policy == SCHED_BATCH;
2196 * scheduling class and "nice" value. For SCHED_NORMAL tasks this is just a
H A Dfair.c3 * Completely Fair Scheduling (CFS) Class (SCHED_NORMAL/SCHED_BATCH)
8325 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION))

Completed in 216 milliseconds