Home
last modified time | relevance | path

Searched refs:CL_DOPRIO (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h214 #define CL_DOPRIO(t, cr, inc, ret) \ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dpriocntl.c1102 if ((error = CL_DOPRIO(tp, CRED(), 0, &prio)) != 0) in setthreadprio()
1119 error = CL_DOPRIO(tp, CRED(), incr, &prio); in setthreadprio()