HomeSort by: relevance | last modified time | path
    Searched refs:LSIDL (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/kern/
kern_idle.c 61 l->l_stat = LSIDL;
99 KASSERT(l->l_stat == LSIDL);
123 l->l_stat = LSIDL;
kern_lwp.c 66 * LSIDL
171 * LSIDL, LSONPROC, LSZOMB, LSSUSPENDED:
205 * LSIDL, LSZOMB, LSSTOP, LSSUSPENDED
398 l->l_stat = LSIDL;
495 case LSIDL:
771 * The new LWP is created in state LSIDL and must be set running,
834 KASSERT(l2->l_stat == LSIDL);
846 * as LSIDL, no lookups by the ID will succeed.
1004 KASSERT(l->l_stat == LSIDL);
1088 KASSERT(current || l->l_stat == LSIDL);
    [all...]
kern_softint.c 742 l->l_stat = LSIDL;
810 if ((pinned->l_pflag & LP_RUNNING) == 0 || curlwp->l_stat != LSIDL) {
861 l->l_stat = LSIDL;
kern_kthread.c 138 KASSERT(l->l_stat == LSIDL);
subr_pcu.c 142 * The check for LSIDL here is to catch the case where the LWP exits
145 KASSERT(l == curlwp || l->l_stat == LSIDL ||
kern_fork.c 591 KASSERT(l2->l_stat == LSIDL);
kern_synch.c 916 case LSIDL:
1203 case LSIDL:
kern_runq.c 440 if (l->l_stat == LSIDL)
590 if (l->l_stat == LSIDL) {
950 * scatter far and wide, to match the LSIDL distribution
sys_lwp.c 441 if (t != NULL && t->l_stat != LSIDL) {
kern_proc.c 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)) {
    [all...]
kern_exec.c 2821 KASSERT(l2->l_stat == LSIDL);
  /src/sys/rump/librump/rumpkern/
lwproc.c 96 if (l != NULL && (l->l_stat == LSIDL || l->l_stat == LSZOMB))
305 l->l_stat = LSIDL;
334 l->l_stat = LSIDL;
498 l->l_stat = LSIDL;
  /src/usr.sbin/schedctl/
schedctl.c 169 if (lwp->l_stat == LSIDL || lwp->l_stat == LSZOMB)
  /src/sys/uvm/
uvm_meter.c 349 case LSIDL:
351 if (l->l_stat == LSIDL)
  /src/usr.bin/systat/
ps.c 180 case LSIDL:
  /src/sys/sys/
lwp.h 319 #define LSIDL 1 /* Process being created by fork. */
  /src/bin/ps/
print.c 526 case LSIDL:
598 case LSIDL:

Completed in 27 milliseconds