Searched refs:PRIO_TO_NICE (Results 1 – 3 of 3) sorted by relevance
100 #ifndef PRIO_TO_NICE101 #define PRIO_TO_NICE(prio) ((prio) - MAX_RT_PRIO - 20) macro
55 set_user_nice((kthread_t *)current, PRIO_TO_NICE(tp->tp_pri)); in thread_generic_wrapper()
1027 set_user_nice(tqt->tqt_thread, PRIO_TO_NICE(tq->tq_pri)); in taskq_thread_create()