Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dprio.h28 #define PRIO_TO_NICE(prio) ((prio) - DEFAULT_PRIO) macro
/linux/kernel/sched/
A Dsyscalls.c42 return __normal_prio(p->policy, p->rt_priority, PRIO_TO_NICE(p->static_prio)); in normal_prio()
775 .sched_nice = PRIO_TO_NICE(p->static_prio), in _sched_setscheduler()
A Dcore.c4691 } else if (PRIO_TO_NICE(p->static_prio) < 0) in sched_fork()
9829 return PRIO_TO_NICE(prio - 1 + MAX_RT_PRIO); in cpu_weight_nice_read_s64()
/linux/include/linux/
A Dsched.h1853 return PRIO_TO_NICE((p)->static_prio); in task_nice()

Completed in 44 milliseconds