Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sched/
Dprio.h33 #define PRIO_TO_NICE(prio) ((prio) - DEFAULT_PRIO) macro
/linux-4.1.27/include/linux/
Dsched.h2279 return PRIO_TO_NICE((p)->static_prio); in task_nice()
/linux-4.1.27/kernel/sched/
Dcore.c1918 } else if (PRIO_TO_NICE(p->static_prio) < 0) in sched_fork()
3650 .sched_nice = PRIO_TO_NICE(p->static_prio), in _sched_setscheduler()