Bug 209716

Summary: [patch] zone.9: Document uma_prealloc() and uma_zone_reserve()
Product: Documentation Reporter: Fabian Keil <fk>
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc, markj, oliver.pinter, op
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
zone.9: Document uma_prealloc() and uma_zone_reserve()
none
uma.h: Rename uma_prealloc()'s second argument to nitems to increase consistency none

Description Fabian Keil 2016-05-23 15:20:29 UTC
Created attachment 170571 [details]
zone.9: Document uma_prealloc() and uma_zone_reserve()

The attached patch adds documentation for uma_prealloc()
and uma_zone_reserve() to zone.9. It's based on sys/vm/uma.h.

Obtained from: ElectroBSD
Comment 1 Fabian Keil 2016-05-23 15:25:45 UTC
Created attachment 170573 [details]
uma.h: Rename uma_prealloc()'s second argument to nitems  to increase consistency

This related patch to uma.h renames uma_prealloc()'s second
argument to nitems to increase consistency in the file.
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2020-07-11 18:47:59 UTC
My apologies, I never saw this PR.  I made a number of updates to the UMA man page in r351628.  Reading your patch, I believe r351628 is a superset of your changes.  Please re-open if you think there is anything missing from the current revision.