Searched refs:CL_ALLOC (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/disp/ |
H A D | class.c | 298 if (CL_ALLOC(&bufp, parmsp->pc_cid, KM_NOSLEEP) != 0) { in parmsset()
|
H A D | sysdc.c | 1283 VERIFY0(CL_ALLOC(&buf, sysdccid, KM_SLEEP)); in sysdc_thread_enter()
|
H A D | priocntl.c | 1091 if (CL_ALLOC(&bufp, pcprio->pc_cid, KM_NOSLEEP) != 0) in setthreadprio()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | class.h | 224 #define CL_ALLOC(pp, cid, flag) \ macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lwp.c | 278 (void) CL_ALLOC(&bufp, cid, KM_SLEEP); in lwp_create() 1896 val = CL_ALLOC(&bufp, cid, KM_SLEEP); in forklwp()
|
H A D | pool.c | 1251 ret = CL_ALLOC(buf, cid, KM_SLEEP); in pool_change_class()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 2152 (void) CL_ALLOC(&bufp, cid, KM_SLEEP); in pr_agent()
|