OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_nstopchild
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/kern/
kern_exit.c
249
p->p_pptr->
p_nstopchild
++;
516
old_parent->
p_nstopchild
++;
1090
parent->
p_nstopchild
--;
1106
parent->
p_nstopchild
--;
1116
if (parent->
p_nstopchild
== 0 || rv == 2) {
1222
parent->
p_nstopchild
--;
1329
child->p_pptr->
p_nstopchild
--;
1330
parent->
p_nstopchild
++;
kern_fork.c
598
p1->
p_nstopchild
++;
kern_exec.c
1406
p->p_pptr->
p_nstopchild
++;
2233
* parent's
p_nstopchild
here. For safety, just make
2240
p->p_pptr->
p_nstopchild
++;
2307
p->p_pptr->
p_nstopchild
--;
kern_sig.c
1440
* Re-adjust
p_nstopchild
if the process was
1444
p->p_pptr->
p_nstopchild
--;
1558
p->p_pptr->
p_nstopchild
++;
2514
p->p_pptr->
p_nstopchild
--;
kern_synch.c
987
p->p_pptr->
p_nstopchild
++;
kern_proc.c
2658
p->
p_nstopchild
= psrc->
p_nstopchild
;
kern_lwp.c
563
p->p_pptr->
p_nstopchild
--;
/src/sys/sys/
proc.h
278
u_int
p_nstopchild
; /* l: Count of stopped/dead children */
member in struct:proc
Completed in 26 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026