Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Dprio.h34 #define PRIO_TO_NICE(prio) ((prio) - DEFAULT_PRIO) macro
/Linux-v5.4/include/linux/
Dsched.h1599 return PRIO_TO_NICE((p)->static_prio); in task_nice()
/Linux-v5.4/kernel/sched/
Dcore.c2866 } else if (PRIO_TO_NICE(p->static_prio) < 0) in sched_fork()
5023 .sched_nice = PRIO_TO_NICE(p->static_prio), in _sched_setscheduler()
7769 return PRIO_TO_NICE(prio - 1 + MAX_RT_PRIO); in cpu_weight_nice_read_s64()