Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110119183
D8530.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8530.diff
View Options
Index: head/share/man/man9/vm_page_alloc.9
===================================================================
--- head/share/man/man9/vm_page_alloc.9
+++ head/share/man/man9/vm_page_alloc.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 28, 2012
+.Dd November 16, 2016
.Dt VM_PAGE_ALLOC 9
.Os
.Sh NAME
@@ -52,8 +52,6 @@
.Dv VM_ALLOC_NOOBJ
is specified in the
.Fa req .
-The page may exist in the vm object cache, in which case it will
-be reactivated instead, moving from the cache into the object page list.
.Pp
.Fn vm_page_alloc
will not sleep.
@@ -89,7 +87,7 @@
.El
.Pp
The optional flags are:
-.Bl -tag -width ".Dv VM_ALLOC_IFNOTCACHED"
+.Bl -tag -width ".Dv VM_ALLOC_NOBUSY"
.It Dv VM_ALLOC_NOBUSY
The returned page will not be exclusive busy.
.It Dv VM_ALLOC_NODUMP
@@ -100,16 +98,6 @@
The
.Fa object
argument is ignored.
-.It Dv VM_ALLOC_IFCACHED
-Allocate the page only if it is cached.
-Otherwise, return
-.Dv NULL .
-.It Dv VM_ALLOC_IFNOTCACHED
-Only allocate the page if it is not cached in the
-.Fa object .
-If the page at the specified
-.Fa pindex
-is cached, NULL is returned instead.
.It Dv VM_ALLOC_SBUSY
The returned page will be shared busy.
.It Dv VM_ALLOC_WIRED
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 9:16 PM (21 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16648050
Default Alt Text
D8530.diff (1 KB)
Attached To
Mode
D8530: Update the vm_page_alloc manual page to reflect the demise of PG_CACHED pages
Attached
Detach File
Event Timeline
Log In to Comment