Home
last modified time | relevance | path

Searched refs:lwp_stat (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_synch.c236 if (lp->lwp_stat == LSSLEEP) { in schedcpu_stats()
707 if (lp->lwp_stat != LSSTOP) in tsleep()
708 lp->lwp_stat = LSSLEEP; in tsleep()
717 lp->lwp_stat = LSRUN; in tsleep()
744 if (lp->lwp_stat != LSSTOP) in tsleep()
745 lp->lwp_stat = LSSLEEP; in tsleep()
796 lp->lwp_stat = LSRUN; in tsleep()
1313 if (lp->lwp_stat == LSSTOP) in setrunnable()
1314 lp->lwp_stat = LSSLEEP; in setrunnable()
1382 lp->lwp_stat = LSSTOP; in tstop()
[all …]
H A Dkern_threads.c142 if((lpSlave->lwp_stat == LSSLEEP) && lpSlave->lwp_wchan == pSlave) {
H A Dkern_sig.c1038 switch (lp->lwp_stat) { in find_lwp_for_signal()
1501 if (lp->lwp_stat == LSSTOP) in lwp_signotify()
1502 lp->lwp_stat = LSSLEEP; in lwp_signotify()
1517 if (lp->lwp_stat == LSSTOP) in lwp_signotify()
1518 lp->lwp_stat = LSSLEEP; in lwp_signotify()
1601 switch (lp->lwp_stat) { in proc_stop()
1673 switch (lp->lwp_stat) { in proc_unstop()
H A Dkern_fork.c253 lp->lwp_stat = LSRUN; in lwp_create1()
745 lp2->lwp_stat = LSRUN; in lwp_fork1()
953 lp2->lwp_stat = LSRUN; in start_forked_proc()
H A Dkern_kinfo.c232 kl->kl_stat = lwp->lwp_stat; in fill_kinfo_lwp()
H A Dinit_main.c420 lp->lwp_stat = LSRUN; in proc0_init()
H A Dtty.c2584 else if (lp->lwp_stat == LSRUN) in ttyinfo()
2658 #define ISRUN(lp) ((lp)->lwp_stat == LSRUN)
H A Dusched_bsd4.c639 KASSERT(lp->lwp_stat == LSRUN, ("setrunqueue: lwp not LSRUN")); in bsd4_setrunqueue()
H A Dusched_dfly.c695 KASSERT(lp->lwp_stat == LSRUN, ("setrunqueue: lwp not LSRUN")); in dfly_setrunqueue()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_fpregs.c67 if (lp->lwp_stat != LSSTOP) in procfs_dofpregs()
H A Dprocfs_dbregs.c69 if (lp->lwp_stat != LSSTOP) in procfs_dodbregs()
/dragonfly/sys/ddb/
H A Ddb_ps.c86 lp->lwp_flags, p->p_stat, lp->lwp_stat); in db_ps()
/dragonfly/sys/sys/
H A Dproc.h172 enum lwpstat lwp_stat; /* LS* lwp status */ member
/dragonfly/sys/vm/
H A Dvm_meter.c163 switch (lp->lwp_stat) { in do_vmtotal_callback()