Home
last modified time | relevance | path

Searched refs:PRS_ZOMBIE (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_info.c208 switch (TESTAB(p1->p_state == PRS_ZOMBIE, p2->p_state == PRS_ZOMBIE)) { in proc_compare()
361 else if (p->p_state == PRS_ZOMBIE) in tty_info()
378 if (p->p_state == PRS_NEW || p->p_state == PRS_ZOMBIE) in tty_info()
H A Dkern_exit.c477 if (q->p_state == PRS_ZOMBIE) { in exit1()
674 p->p_state = PRS_ZOMBIE; in exit1()
855 KASSERT(p->p_state == PRS_ZOMBIE, ("proc_reap: !PRS_ZOMBIE")); in proc_reap()
1055 if (((options & WEXITED) == 0) && (p->p_state == PRS_ZOMBIE)) { in proc_to_reap()
1129 if (p->p_state == PRS_ZOMBIE && !check_only) { in proc_to_reap()
H A Dsys_procdesc.c376 if (p->p_state == PRS_ZOMBIE) { in procdesc_close()
537 if (pd->pd_proc->p_state != PRS_ZOMBIE) in procdesc_stat()
H A Dkern_synch.c569 KASSERT(td->td_proc->p_state != PRS_ZOMBIE, in setrunnable()
H A Dkern_proc.c452 (!zombie && p->p_state == PRS_ZOMBIE)) { in _pfind()
1105 p->p_state != PRS_ZOMBIE && in fill_kinfo_proc_only()
1119 } else if (p->p_state == PRS_ZOMBIE) in fill_kinfo_proc_only()
1262 } else if (p->p_state == PRS_ZOMBIE) { in fill_kinfo_thread()
H A Dkern_racct.c1264 if (p->p_state == PRS_ZOMBIE) in racctd()
H A Dkern_prot.c2204 MPASS(p->p_state == PRS_ZOMBIE || p->p_state == PRS_NEW); in proc_unset_cred()
H A Dkern_sig.c2181 if (p->p_state == PRS_ZOMBIE) { in tdsendsignal()
/f-stack/freebsd/ddb/
H A Ddb_ps.c208 case PRS_ZOMBIE: in db_ps_proc()
222 if (p->p_flag & P_WEXIT && p->p_state != PRS_ZOMBIE) in db_ps_proc()
465 case PRS_ZOMBIE: in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dproc.h614 PRS_ZOMBIE enumerator