/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sched.h | 32 #define SCHED_NORMAL 0 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | sched.h | 114 #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 D | sched.h | 114 #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 D | sched.h | 114 #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 D | sched.h | 114 #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 D | sched.h | 68 #define SCHED_NORMAL 0 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sched.h | 68 #define SCHED_NORMAL 0 macro
|
/kernel/linux/linux-5.10/init/ |
H A D | init_task.c | 84 .policy = SCHED_NORMAL,
|
/kernel/linux/linux-6.6/init/ |
H A D | init_task.c | 84 .policy = SCHED_NORMAL,
|
/kernel/linux/linux-5.10/kernel/sched/rtg/ |
H A D | frame_rtg.c | 276 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 D | frame_rtg.c | 276 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 D | qos_ctrl.c | 86 attr.sched_policy = SCHED_NORMAL; in sched_set_task_qos_attr()
|
/kernel/linux/linux-5.10/mm/ |
H A D | zswapd.c | 847 sched_setscheduler_nocheck(pgdat->zswapd, SCHED_NORMAL, ¶m); in zswapd_run()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zswapd.c | 848 sched_setscheduler_nocheck(pgdat->zswapd, SCHED_NORMAL, ¶m); in zswapd_run()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kthread.c | 407 sched_setscheduler_nocheck(task, SCHED_NORMAL, ¶m); 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 D | kthread.c | 369 sched_setscheduler_nocheck(current, SCHED_NORMAL, ¶m); 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 D | core.c | 3425 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 D | sched.h | 249 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 D | fair.c | 3 * 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 D | core.c | 4909 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 D | sched.h | 272 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 D | fair.c | 3 * Completely Fair Scheduling (CFS) Class (SCHED_NORMAL/SCHED_BATCH) 8530 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup()
|