Home | History | Annotate | Download | only in kern

Lines Matching refs:LSIDL

678  * => LSIDL lwps are not returned because they are only partially
732 * If the status is not LSIDL, it means the LWP is intended to be
735 * No need to acquire the LWP's lock to check for LSIDL, as
736 * p->p_lock must be held to transition in and out of LSIDL.
740 return l->l_stat != LSIDL && l->l_lid == pid ? l : NULL;
747 * => LSIDL lwps are not returned because they are only partially
786 * reaped (LSIDL) then none of the other fields can safely be
791 if (__predict_false(l->l_stat == LSIDL)) {
798 * LSIDL, so check those fields too to make sure we found the
836 if (__predict_false(l->l_stat == LSIDL)) {
871 * N.B. We require lwp::l_proc of LSIDL LWPs to be
1167 KASSERT(l->l_stat == LSIDL);
2044 2, /* LSIDL */