freebsd-skq/sys/vm
alc 97049bb4f6 Micro-optimize the control flow in a few places. Eliminate a panic call
that could never be reached in vm_radix_insert().  (If the pointer being
checked by the panic call were ever NULL, the immmediately preceding loop
would have already crashed on a NULL pointer dereference.)

Reviewed by:	attilio (an earlier version)
Sponsored by:	EMC / Isilon Storage Division
2013-03-24 16:43:07 +00:00
..
_vm_radix.h Commit new file FreeBSD tags. 2013-03-17 23:53:06 +00:00
default_pager.c
device_pager.c Merge from vmcontention. 2013-03-09 03:19:53 +00:00
memguard.c
memguard.h
phys_pager.c
pmap.h Add pmap function pmap_copy_pages(), which copies the content of the 2013-03-14 20:18:12 +00:00
redzone.c
redzone.h
sg_pager.c Merge from vmcontention. 2013-03-09 03:19:53 +00:00
swap_pager.c Do not map the swap i/o pbufs if the geom provider for the swap 2013-03-19 14:39:27 +00:00
swap_pager.h Do not map the swap i/o pbufs if the geom provider for the swap 2013-03-19 14:39:27 +00:00
uma_core.c MFC 2013-02-26 23:52:23 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h MFC 2013-02-26 23:52:23 +00:00
uma.h MFC 2013-02-26 23:52:23 +00:00
vm_extern.h
vm_fault.c Merge from vmcontention. 2013-03-09 03:19:53 +00:00
vm_glue.c
vm_init.c Only size and create the bio_transient_map when unmapped buffers are 2013-03-21 07:28:15 +00:00
vm_kern.c Implement the concept of the unmapped VMIO buffers, i.e. buffers which 2013-03-19 14:13:12 +00:00
vm_kern.h
vm_map.c MFC 2013-02-26 23:52:23 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Merge from vmcontention. 2013-03-09 03:19:53 +00:00
vm_object.c Introduce vm_radix_is_empty(), and use it in place of 2013-03-10 17:30:57 +00:00
vm_object.h Introduce vm_radix_is_empty(), and use it in place of 2013-03-10 17:30:57 +00:00
vm_page.c Most allocation of pages to objects proceeds from lower to higher 2013-03-17 16:23:19 +00:00
vm_page.h
vm_pageout.c
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c
vm_phys.h
vm_radix.c Micro-optimize the control flow in a few places. Eliminate a panic call 2013-03-24 16:43:07 +00:00
vm_radix.h Commit new file FreeBSD tags. 2013-03-17 23:53:06 +00:00
vm_reserv.c The calls to vm_radix_lookup_ge() by vm_reserv_alloc_{contig,page}() can 2013-03-17 20:40:31 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h Implement the concept of the unmapped VMIO buffers, i.e. buffers which 2013-03-19 14:13:12 +00:00
vnode_pager.c Fix the logic inversion in the r248512. 2013-03-20 09:44:23 +00:00
vnode_pager.h