aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mpt_ioctl.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-08-28 16:08:06 +0000
committerMark Johnston <markj@FreeBSD.org>2019-08-28 16:08:06 +0000
commitb5d239cb970f97e96deed8bcde7d689b61e47bcf (patch)
treeb09b7761b1c2c208c546243ef174b5a34a5dd04b /sys/sys/mpt_ioctl.h
parentd8deeff04d58117f45068bae81935973eed3f7e7 (diff)
downloadsrc-b5d239cb970f97e96deed8bcde7d689b61e47bcf.tar.gz
src-b5d239cb970f97e96deed8bcde7d689b61e47bcf.zip
Wire pages in vm_page_grab() when appropriate.
uiomove_object_page() and exec_map_first_page() would previously wire a page after having grabbed it. Ask vm_page_grab() to perform the wiring instead: this removes some redundant code, and is cheaper in the case where the requested page is not resident since the page allocator can be asked to initialize the page as wired, whereas a separate vm_page_wire() call requires the page lock. In vm_imgact_hold_page(), use vm_page_unwire_noq() instead of vm_page_unwire(PQ_NONE). The latter ensures that the page is dequeued before returning, but this is unnecessary since vm_page_free() will trigger a batched dequeue of the page. Reviewed by: alc, kib Tested by: pho (part of a larger patch) MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D21440
Notes
Notes: svn path=/head/; revision=351569
Diffstat (limited to 'sys/sys/mpt_ioctl.h')
0 files changed, 0 insertions, 0 deletions