1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/sys/vm
Doug Moore 56948d177e Based on work posted at https://reviews.freebsd.org/D13484, change
swap_pager_swapoff_object and swp_pager_force_pagein so that they can
page in multiple pages at a time to a swap device, rather than doing
one I/O operation for each page.

Tested by: pho
Submitted by: ota_j.email.ne.jp (Yoshihiro Ota)
Reviewed by: alc, markj, kib
Approved by: kib, markj (mentors)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D20635
2019-07-05 16:49:34 +00:00
..
_vm_radix.h
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h correct pmap_ts_referenced return type 2019-07-03 19:59:56 +00:00
redzone.c
redzone.h
sg_pager.c
swap_pager.c Based on work posted at https://reviews.freebsd.org/D13484, change 2019-07-05 16:49:34 +00:00
swap_pager.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_domainset.c
vm_domainset.h
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Move an assignment, drop a label, and change gotos to break statements 2019-07-04 19:25:30 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Control implicit PROT_MAX() using procctl(2) and the FreeBSD note 2019-07-02 19:07:17 +00:00
vm_object.c
vm_object.h
vm_page.c Mark pages allocated from the per-CPU cache. 2019-07-02 19:51:40 +00:00
vm_page.h Mark pages allocated from the per-CPU cache. 2019-07-02 19:51:40 +00:00
vm_pageout.c Cache the next queue element when traversing a page queue. 2019-07-03 18:46:39 +00:00
vm_pageout.h
vm_pagequeue.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c
vm_phys.h
vm_radix.c
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_swapout_dummy.c
vm_swapout.c
vm_unix.c
vm.h
vnode_pager.c
vnode_pager.h