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

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c148 * This gets returned by disp_getwork/disp_getbest if we couldn't steal
152 #define T_DONTSTEAL (kthread_t *)(-1) /* returned by disp_getwork/getbest */
154 static kthread_t *disp_getwork(cpu_t *to);
504 * This is essentially a simpler version of disp_getwork()
621 if ((t = disp_getwork(cp)) == NULL) {
751 if ((tp = disp_getwork(cpup)) == NULL ||
1897 disp_getwork(cpu_t *cp) function

Completed in 49 milliseconds