Home | History | Annotate | Download | only in kern

Lines Matching refs:LSONPROC

54  *	LSONPROC
171 * LSIDL, LSONPROC, LSZOMB, LSSUSPENDED:
213 * LSRUN, LSONPROC, LSSLEEP
286 .l_stat = LSONPROC,
444 KASSERT(curl != t || curl->l_stat == LSONPROC);
464 case LSONPROC:
1381 /* If LWP is still on the CPU, it must be handled like LSONPROC */
1383 lstat = LSONPROC;
1420 case LSONPROC:
1688 KASSERT(l->l_stat == LSONPROC);
1798 * If the LWP is in any state other than LSONPROC, we know that it
1809 if (l->l_stat == LSONPROC && l != curlwp) {
1893 case LSONPROC: