Home
last modified time | relevance | path

Searched refs:kl_stat (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_kinfo.c232 kl->kl_stat = lwp->lwp_stat; in fill_kinfo_lwp()
243 if (kl->kl_stat == LSRUN) { in fill_kinfo_lwp()
246 kl->kl_stat = LSSLEEP; in fill_kinfo_lwp()
325 kp->kp_lwp.kl_stat = LSRUN; in fill_kinfo_proc_kthread()
327 kp->kp_lwp.kl_stat = LSSLEEP; in fill_kinfo_proc_kthread()
/dragonfly/usr.bin/w/
H A Dproc_compare.c59 #define ISRUN(p) ((p)->kp_lwp.kl_stat == LSRUN)
/dragonfly/sys/sys/
H A Dkinfo.h125 enum lwpstat kl_stat; /* LS* lwp status */ member