OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PS_STOPPING
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
kern_sig.c
919
if ((p->p_sflag &
PS_STOPPING
) != 0) {
1387
p->p_stat == SACTIVE && (p->p_sflag &
PS_STOPPING
) == 0 &&
1418
if (p->p_stat == SACTIVE && (p->p_sflag &
PS_STOPPING
) == 0) {
1446
p->p_sflag &= ~
PS_STOPPING
;
1528
KASSERT((p->p_sflag &
PS_STOPPING
) != 0);
1551
KASSERT((p->p_sflag &
PS_STOPPING
) != 0);
1555
p->p_sflag &= ~
PS_STOPPING
;
1636
if ((p->p_sflag &
PS_STOPPING
) != 0) {
1718
if (p->p_stat == SACTIVE && (p->p_sflag &
PS_STOPPING
) == 0) {
1728
if ((p->p_sflag &
PS_STOPPING
) != 0)
[
all
...]
kern_lwp.c
560
p->p_sflag &= ~
PS_STOPPING
;
1010
if (p->p_stat == SSTOP || (p->p_sflag &
PS_STOPPING
) != 0) {
/src/sys/sys/
proc.h
400
#define
PS_STOPPING
0x80000000 /* Transitioning SACTIVE -> SSTOP */
Completed in 17 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026