svn commit: r283328 - head/sys/sys

Sergey Kandaurov pluknet at FreeBSD.org
Sat May 23 21:04:16 UTC 2015


Author: pluknet
Date: Sat May 23 21:04:15 2015
New Revision: 283328
URL: https://svnweb.freebsd.org/changeset/base/283328

Log:
  Update P_TOTAL_STOP commentary.

Modified:
  head/sys/sys/proc.h

Modified: head/sys/sys/proc.h
==============================================================================
--- head/sys/sys/proc.h	Sat May 23 20:54:25 2015	(r283327)
+++ head/sys/sys/proc.h	Sat May 23 21:04:15 2015	(r283328)
@@ -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. */


More information about the svn-src-all mailing list