Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h100 #ifndef PRIO_TO_NICE
101 #define PRIO_TO_NICE(prio) ((prio) - MAX_RT_PRIO - 20) macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c55 set_user_nice((kthread_t *)current, PRIO_TO_NICE(tp->tp_pri)); in thread_generic_wrapper()
H A Dspl-taskq.c1027 set_user_nice(tqt->tqt_thread, PRIO_TO_NICE(tq->tq_pri)); in taskq_thread_create()