Searched refs:PRIO_TO_NICE (Results 1 – 2 of 2) sorted by relevance
| /include/linux/sched/ | ||
| A D | prio.h | 28 #define PRIO_TO_NICE(prio) ((prio) - DEFAULT_PRIO) macro |
| /include/linux/ | ||
| A D | sched.h | 1887 return PRIO_TO_NICE((p)->static_prio); in task_nice() |
Completed in 13 milliseconds