From owner-svn-src-head@freebsd.org Wed Nov 16 02:51:25 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6C75C448CA; Wed, 16 Nov 2016 02:51:25 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A65741C31; Wed, 16 Nov 2016 02:51:25 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAG2pOac099114; Wed, 16 Nov 2016 02:51:24 GMT (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG2pO71099113; Wed, 16 Nov 2016 02:51:24 GMT (envelope-from alc@FreeBSD.org) Message-Id: <201611160251.uAG2pO71099113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alc set sender to alc@FreeBSD.org using -f From: Alan Cox Date: Wed, 16 Nov 2016 02:51:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r308710 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 02:51:25 -0000 Author: alc Date: Wed Nov 16 02:51:24 2016 New Revision: 308710 URL: https://svnweb.freebsd.org/changeset/base/308710 Log: Update to reflect the demise of PG_CACHED pages. Reviewed by: kib, markj Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8530 Modified: head/share/man/man9/vm_page_alloc.9 Modified: head/share/man/man9/vm_page_alloc.9 ============================================================================== --- head/share/man/man9/vm_page_alloc.9 Wed Nov 16 02:14:07 2016 (r308709) +++ head/share/man/man9/vm_page_alloc.9 Wed Nov 16 02:51:24 2016 (r308710) @@ -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 @@ The page returned is inserted into the o .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 @@ than zero. .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 @@ Do not associate the allocated page with 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