Searched defs:T_DONTSTEAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c152 #define T_DONTSTEAL (kthread_t *)(-1) /* returned by disp_getwork/getbest */ macro
643 if (t == T_DONTSTEAL)
752 tp == T_DONTSTEAL) {
2011 * the retval to T_DONTSTEAL, so
2014 * will be T_DONTSTEAL rather
2017 retval = T_DONTSTEAL;
2061 if (tp == NULL || tp == T_DONTSTEAL)
2176 * Returns T_DONTSTEAL if the thread was not stealable.
2323 * return T_DONTSTEAL and try again later.
2327 return (allbound ? NULL : T_DONTSTEAL);
[all...]

Completed in 72 milliseconds