1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/vm
Konstantin Belousov 3157c50313 Eliminate the mab, maf arrays and related variables.
The change also fixes off-by-one error in the calculation of mreq.

Suggested and reviewed by:	alc
Tested by:	pho
MFC after:	5 days
2010-11-21 10:18:28 +00:00
..
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c
swap_pager.h
uma_core.c Update startup_alloc() to support multi-page allocations and allow internal 2010-11-04 15:33:50 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c vm_pageout_flush() might cache the pages that finished write to the 2010-11-18 21:09:02 +00:00
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Implement a (soft) stack guard page for auto-growing stack mappings. 2010-11-14 17:53:52 +00:00
vm_map.h - Make 'vm_refcnt' volatile so that compilers won't be tempted to treat 2010-10-21 17:29:32 +00:00
vm_meter.c
vm_mmap.c Do not use __FreeBSD_version prefix for the special osrel version. 2010-11-14 21:59:11 +00:00
vm_object.c Eliminate the mab, maf arrays and related variables. 2010-11-21 10:18:28 +00:00
vm_object.h
vm_page.c Reduce the amount of detail printed by vm_page_free_toq() when it panics. 2010-11-19 17:49:08 +00:00
vm_page.h
vm_pageout.c vm_pageout_flush() might cache the pages that finished write to the 2010-11-18 21:09:02 +00:00
vm_pageout.h vm_pageout_flush() might cache the pages that finished write to the 2010-11-18 21:09:02 +00:00
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c Correct some format strings used by sysctls. 2010-10-30 18:00:53 +00:00
vm_phys.h
vm_reserv.c Off by one page in vm_reserv_reclaim_contig(): Also reclaim reservations 2010-11-19 04:30:33 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h