Home
last modified time | relevance | path

Searched refs:PRIO_TO_NICE (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/sched/
A Dprio.h27 #define PRIO_TO_NICE(prio) ((prio) - DEFAULT_PRIO) macro
/linux-6.3-rc2/include/linux/
A Dsched.h1897 return PRIO_TO_NICE((p)->static_prio); in task_nice()
/linux-6.3-rc2/kernel/sched/
A Dcore.c2122 return __normal_prio(p->policy, p->rt_priority, PRIO_TO_NICE(p->static_prio)); in normal_prio()
4681 } else if (PRIO_TO_NICE(p->static_prio) < 0) in sched_fork()
7763 .sched_nice = PRIO_TO_NICE(p->static_prio), in _sched_setscheduler()
11170 return PRIO_TO_NICE(prio - 1 + MAX_RT_PRIO); in cpu_weight_nice_read_s64()

Completed in 31 milliseconds