Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsched.h32 #define SCHED_NORMAL 0 macro
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-6.6/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 */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h68 #define SCHED_NORMAL 0 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h68 #define SCHED_NORMAL 0 macro
/kernel/linux/linux-5.10/init/
H A Dinit_task.c84 .policy = SCHED_NORMAL,
/kernel/linux/linux-6.6/init/
H A Dinit_task.c84 .policy = SCHED_NORMAL,
/kernel/linux/linux-5.10/kernel/sched/rtg/
H A Dframe_rtg.c276 int policy = SCHED_NORMAL; in do_update_frame_task_prio()
401 int policy = SCHED_NORMAL; in do_set_rtg_sched()
428 policy = SCHED_NORMAL; in do_set_rtg_sched()
435 if (policy != SCHED_NORMAL) in do_set_rtg_sched()
/kernel/linux/linux-6.6/kernel/sched/rtg/
H A Dframe_rtg.c276 int policy = SCHED_NORMAL; in do_update_frame_task_prio()
401 int policy = SCHED_NORMAL; in do_set_rtg_sched()
428 policy = SCHED_NORMAL; in do_set_rtg_sched()
435 if (policy != SCHED_NORMAL) in do_set_rtg_sched()
/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dqos_ctrl.c86 attr.sched_policy = SCHED_NORMAL; in sched_set_task_qos_attr()
/kernel/linux/linux-5.10/mm/
H A Dzswapd.c847 sched_setscheduler_nocheck(pgdat->zswapd, SCHED_NORMAL, &param); in zswapd_run()
/kernel/linux/linux-6.6/mm/
H A Dzswapd.c848 sched_setscheduler_nocheck(pgdat->zswapd, SCHED_NORMAL, &param); in zswapd_run()
/kernel/linux/linux-5.10/kernel/
H A Dkthread.c407 sched_setscheduler_nocheck(task, SCHED_NORMAL, &param); in __kthread_create_on_node()
424 * it. See also kthread_run(). The new thread has SCHED_NORMAL policy and
/kernel/linux/linux-6.6/kernel/
H A Dkthread.c369 sched_setscheduler_nocheck(current, SCHED_NORMAL, &param); in kthread()
489 * it. See also kthread_run(). The new thread has SCHED_NORMAL policy and
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c3425 p->policy = SCHED_NORMAL; in sched_fork()
5441 * 1..MAX_USER_RT_PRIO-1, valid priority for SCHED_NORMAL, in __sched_setscheduler()
5486 * SCHED_NORMAL if the RLIMIT_NICE would normally permit it. in __sched_setscheduler()
5789 * For when you don't much care about FIFO, but want to be above SCHED_NORMAL.
5801 .sched_policy = SCHED_NORMAL, in sched_set_normal()
6571 case SCHED_NORMAL: in SYSCALL_DEFINE1()
6598 case SCHED_NORMAL: in SYSCALL_DEFINE1()
7939 .sched_policy = SCHED_NORMAL, in normalize_rt_tasks()
H A Dsched.h249 return policy == SCHED_NORMAL || policy == SCHED_BATCH; in fair_policy()
1867 * 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)
7437 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c4909 p->policy = SCHED_NORMAL; in sched_fork()
7786 * SCHED_NORMAL if the RLIMIT_NICE would normally permit it. in user_check_sched_setscheduler()
7843 * 1..MAX_RT_PRIO-1, valid priority for SCHED_NORMAL, in __sched_setscheduler()
8138 * For when you don't much care about FIFO, but want to be above SCHED_NORMAL.
8150 .sched_policy = SCHED_NORMAL, in sched_set_normal()
9278 case SCHED_NORMAL: in SYSCALL_DEFINE1()
9305 case SCHED_NORMAL: in SYSCALL_DEFINE1()
10953 .sched_policy = SCHED_NORMAL, in normalize_rt_tasks()
H A Dsched.h272 return policy == SCHED_NORMAL || policy == SCHED_BATCH; in fair_policy()
2326 * 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)
8530 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup()

Completed in 113 milliseconds