pool_setlowat() may call pool_prime() and thus allocate memory
authorjca <jca@openbsd.org>
Mon, 20 May 2024 11:12:08 +0000 (11:12 +0000)
committerjca <jca@openbsd.org>
Mon, 20 May 2024 11:12:08 +0000 (11:12 +0000)
ok dlg@

share/man/man9/pool.9

index a4bdd8e..7880076 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: pool.9,v 1.59 2020/09/25 14:20:20 deraadt Exp $
+.\"    $OpenBSD: pool.9,v 1.60 2024/05/20 11:12:08 jca Exp $
 .\"    $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: September 25 2020 $
+.Dd $Mdocdate: May 20 2024 $
 .Dt POOL_INIT 9
 .Os
 .Sh NAME
@@ -276,9 +276,6 @@ The handle identifying the pool resource instance.
 The minimum number of items to keep in the pool.
 The number of pages in the pool will not decrease below the required value to
 accommodate the minimum number of items specified by this function.
-Unlike
-.Fn pool_prime ,
-this function does not allocate the necessary memory up-front.
 .El
 .Ss SETTING HARD LIMITS
 The function