summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2015-05-23 21:04:15 +0000
committerpluknet <pluknet@FreeBSD.org>2015-05-23 21:04:15 +0000
commit20e4506bd69da4503623338ae98dcafd768dd897 (patch)
tree5d2907380090e4896bece4a1e5bf10779e265723
parent0638a68fdec54d763ffbe77a8375f8c083c3650e (diff)
downloadFreeBSD-src-20e4506bd69da4503623338ae98dcafd768dd897.zip
FreeBSD-src-20e4506bd69da4503623338ae98dcafd768dd897.tar.gz
Update P_TOTAL_STOP commentary.
-rw-r--r--sys/sys/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index ece3cd9..6b1a2f0 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -660,7 +660,7 @@ struct proc {
#define P_SINGLE_BOUNDARY 0x400000 /* Threads should suspend at user boundary. */
#define P_HWPMC 0x800000 /* Process is using HWPMCs */
#define P_JAILED 0x1000000 /* Process is in jail. */
-#define P_TOTAL_STOP 0x2000000 /* Stopped in proc_stop_total. */
+#define P_TOTAL_STOP 0x2000000 /* Stopped in stop_all_proc. */
#define P_INEXEC 0x4000000 /* Process is in execve(). */
#define P_STATCHILD 0x8000000 /* Child process stopped or exited. */
#define P_INMEM 0x10000000 /* Loaded into memory. */
OpenPOWER on IntegriCloud