Author: imp Date: Wed Sep 9 22:51:58 2020 New Revision: 365538 URL: https://svnweb.freebsd.org/changeset/base/365538
Log: MFC r364424: r364424 | imp | 2020-08-20 10:52:34 -0600 (Thu, 20 Aug 2020) | 5 lines Fix function name in zone.9 uma_zone_prealloc -> uma_prealloc. There's no uma_zone_prealloc defined and the docs for it describe uma_prealloc exactly. Modified: stable/12/share/man/man9/zone.9 Directory Properties: stable/12/ (props changed) Modified: stable/12/share/man/man9/zone.9 ============================================================================== --- stable/12/share/man/man9/zone.9 Wed Sep 9 22:49:43 2020 (r365537) +++ stable/12/share/man/man9/zone.9 Wed Sep 9 22:51:58 2020 (r365538) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 30, 2019 +.Dd August 20, 2020 .Dt UMA 9 .Os .Sh NAME @@ -401,7 +401,7 @@ This function infers the domain from the pointer and d argument. .Pp The -.Fn uma_zone_prealloc +.Fn uma_prealloc function allocates slabs for the requested number of items, typically following the initial creation of a zone. Subsequent allocations from the zone will be satisfied using the pre-allocated @@ -409,7 +409,7 @@ slabs. Note that slab allocation is performed with the .Dv M_WAITOK flag, so -.Fn uma_zone_prealloc +.Fn uma_prealloc may sleep. .Pp The _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"