Home
last modified time | relevance | path

Searched refs:CL_ALLOC (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dclass.c298 if (CL_ALLOC(&bufp, parmsp->pc_cid, KM_NOSLEEP) != 0) { in parmsset()
H A Dsysdc.c1283 VERIFY0(CL_ALLOC(&buf, sysdccid, KM_SLEEP)); in sysdc_thread_enter()
H A Dpriocntl.c1091 if (CL_ALLOC(&bufp, pcprio->pc_cid, KM_NOSLEEP) != 0) in setthreadprio()
/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h224 #define CL_ALLOC(pp, cid, flag) \ macro
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c278 (void) CL_ALLOC(&bufp, cid, KM_SLEEP); in lwp_create()
1896 val = CL_ALLOC(&bufp, cid, KM_SLEEP); in forklwp()
H A Dpool.c1251 ret = CL_ALLOC(buf, cid, KM_SLEEP); in pool_change_class()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2152 (void) CL_ALLOC(&bufp, cid, KM_SLEEP); in pr_agent()