OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDEAD
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
lwproc.c
138
KASSERT(p->p_stat == SDYING || p->p_stat ==
SDEAD
);
299
p->p_stat =
SDEAD
;
321
if (p->p_stat ==
SDEAD
)
/src/sys/sys/
proc.h
367
#define
SDEAD
6 /* Almost a zombie */
370
((p)->p_stat == SZOMB || (p)->p_stat == SDYING || (p)->p_stat ==
SDEAD
)
/src/sys/kern/
kern_exit.c
503
p->p_stat =
SDEAD
;
564
* N.B. we do this here because the process is now
SDEAD
,
1071
if (child->p_stat ==
SDEAD
) {
1327
if (child->p_stat == SZOMB || child->p_stat ==
SDEAD
||
kern_resource.c
512
KASSERT(p->p_stat ==
SDEAD
|| mutex_owned(p->p_lock));
kern_synch.c
986
if (p->p_stat != SZOMB && p->p_stat !=
SDEAD
) {
Completed in 264 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025