Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Define the new flag too for previous commit.



details:   https://anonhg.NetBSD.org/src/rev/d5c6fa2c4df9
branches:  trunk
changeset: 827445:d5c6fa2c4df9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Oct 28 19:19:10 2017 +0000

description:
Define the new flag too for previous commit.

XXX pullup-8
XXX pullup-7
XXX pullup-6
XXX pullup-5...

diffstat:

 sys/sys/pool.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 739824a80d06 -r d5c6fa2c4df9 sys/sys/pool.h
--- a/sys/sys/pool.h    Sat Oct 28 17:40:45 2017 +0000
+++ b/sys/sys/pool.h    Sat Oct 28 19:19:10 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pool.h,v 1.79 2015/07/29 00:10:25 christos Exp $       */
+/*     $NetBSD: pool.h,v 1.80 2017/10/28 19:19:10 riastradh Exp $      */
 
 /*-
  * Copyright (c) 1997, 1998, 1999, 2000, 2007 The NetBSD Foundation, Inc.
@@ -147,6 +147,7 @@
 #define PR_NOTOUCH     0x400   /* don't use free items to keep internal state*/
 #define PR_NOALIGN     0x800   /* don't assume backend alignment */
 #define        PR_LARGECACHE   0x1000  /* use large cache groups */
+#define        PR_GROWING      0x2000  /* pool_grow in progress */
 
        /*
         * `pr_lock' protects the pool's data structures when removing



Home | Main Index | Thread Index | Old Index