Bug 209716 - [patch] zone.9: Document uma_prealloc() and uma_zone_reserve()
Summary: [patch] zone.9: Document uma_prealloc() and uma_zone_reserve()
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-05-23 15:20 UTC by Fabian Keil
Modified: 2020-07-11 18:47 UTC (History)
4 users (show)

See Also:


Attachments
zone.9: Document uma_prealloc() and uma_zone_reserve() (1.71 KB, patch)
2016-05-23 15:20 UTC, Fabian Keil
no flags Details | Diff
uma.h: Rename uma_prealloc()'s second argument to nitems to increase consistency (949 bytes, patch)
2016-05-23 15:25 UTC, Fabian Keil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.