FreeBSD Bugzilla – Attachment 182097 Details for
Bug 209715
[PATCH] zone.9: Stop documenting UMA_ZONE_REFCNT and uma_find_refcnt() which were removed in r296243
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
zone.9: Remove references to uma_find_refcnt() and UMA_ZONE_REFCNT which were removed in r296243
zone.9-Remove-references-to-uma_find_refcnt-and-UMA_.patch (text/plain), 2.03 KB, created by
Fabian Keil
on 2017-04-26 13:08:44 UTC
(
hide
)
Description:
zone.9: Remove references to uma_find_refcnt() and UMA_ZONE_REFCNT which were removed in r296243
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2017-04-26 13:08:44 UTC
Size:
2.03 KB
patch
obsolete
>From 8922d059e3c2bee751e0fd6a5f52bd36958f01ff Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Mon, 23 May 2016 13:06:34 +0200 >Subject: [PATCH] zone.9: Remove references to uma_find_refcnt() and > UMA_ZONE_REFCNT which were removed in r296243 > >Obtained from: ElectroBSD >--- > share/man/man9/Makefile | 1 - > share/man/man9/zone.9 | 14 -------------- > 2 files changed, 15 deletions(-) > >diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile >index 7f30e851249f..e64ebdf12376 100644 >--- a/share/man/man9/Makefile >+++ b/share/man/man9/Makefile >@@ -1932,7 +1932,6 @@ MLINKS+=vrele.9 vput.9 \ > vrele.9 vunref.9 > MLINKS+=vslock.9 vsunlock.9 > MLINKS+=zone.9 uma.9 \ >- zone.9 uma_find_refcnt.9 \ > zone.9 uma_zalloc.9 \ > zone.9 uma_zalloc_arg.9 \ > zone.9 uma_zcreate.9 \ >diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9 >index 69d1f20b498e..beb01b011a05 100644 >--- a/share/man/man9/zone.9 >+++ b/share/man/man9/zone.9 >@@ -34,7 +34,6 @@ > .Nm uma_zalloc_arg , > .Nm uma_zfree , > .Nm uma_zfree_arg , >-.Nm uma_find_refcnt , > .Nm uma_zdestroy , > .Nm uma_zone_set_max, > .Nm uma_zone_get_max, >@@ -60,8 +59,6 @@ > .Fn uma_zfree "uma_zone_t zone" "void *item" > .Ft void > .Fn uma_zfree_arg "uma_zone_t zone" "void *item" "void *arg" >-.Ft "uint32_t *" >-.Fn uma_find_refcnt "uma_zone_t zone" "void *item" > .Ft void > .Fn uma_zdestroy "uma_zone_t zone" > .Ft int >@@ -155,10 +152,6 @@ is a subset of the following flags: > .Bl -tag -width "foo" > .It Dv UMA_ZONE_NOFREE > Slabs of the zone are never returned back to VM. >-.It Dv UMA_ZONE_REFCNT >-Each item in the zone would have internal reference counter associated with it. >-See >-.Fn uma_find_refcnt . > .It Dv UMA_ZONE_NODUMP > Pages belonging to the zone will not be included into mini-dumps. > .It Dv UMA_ZONE_PCPU >@@ -257,13 +250,6 @@ and > .Dv dtor > functions, respectively. > .Pp >-If zone was created with >-.Dv UMA_ZONE_REFCNT >-flag, then pointer to reference counter for an item can be retrieved with >-help of the >-.Fn uma_find_refcnt >-function. >-.Pp > Created zones, > which are empty, > can be destroyed using >-- >2.12.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209715
:
170570
| 182097