freebsd-skq/sys/vm
alc 5badd21ab6 One of the intentions behind r267254 was that the global variable "sgrowsiz"
would be read once and cached in a local variable so that the resource limit
check and map entry insertion would be guaranteed to use the same value.
However, the value being passed to vm_map_insert() is still from "sgrowsiz"
and not the local variable.  Correct this oversight.

Reviewed by:	kib
2014-06-15 07:52:59 +00:00
..
_vm_radix.h
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 Add sysctl OIDs showing the actual size and capacity of the swap zone. 2014-04-26 12:18:17 +00:00
swap_pager.h
uma_core.c Introduce new "256 Bucket" zone to split requests and reduce congestion 2014-06-12 11:57:07 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_extern.h
vm_fault.c Remove redundand loop. The inner goto restarts the whole page 2014-05-21 08:19:04 +00:00
vm_glue.c
vm_init.c
vm_kern.c There is no reason to perform the pmap_remove() on the kernel pmap while 2014-05-23 16:22:36 +00:00
vm_kern.h
vm_map.c One of the intentions behind r267254 was that the global variable "sgrowsiz" 2014-06-15 07:52:59 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Make mmap(MAP_STACK) search for the available address space, similar 2014-06-09 03:37:41 +00:00
vm_object.c
vm_object.h
vm_page.c Add a page size field to struct vm_page. Increase the page size field when 2014-06-07 17:12:26 +00:00
vm_page.h Add a page size field to struct vm_page. Increase the page size field when 2014-06-07 17:12:26 +00:00
vm_pageout.c Prior to r254304, a separate function, vm_pageout_page_stats(), was used to 2014-05-06 03:42:04 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c For the VM_PHYSSEG_DENSE case, checking the requested range to fall 2014-04-29 18:42:37 +00:00
vm_phys.h
vm_radix.c
vm_radix.h
vm_reserv.c Correct a bug in the management of the population map on big-endian 2014-06-11 16:11:12 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h