freebsd-skq/sys/vm
Lawrence Stewart 1c6cae9711 Change uma_zone_set_max to return the effective value of "nitems" after
rounding. The same value can also be obtained with uma_zone_get_max, but this
change avoids a caller having to make two back-to-back calls.

Sponsored by:	FreeBSD Foundation
Reviewed by:	gnn, jhb
2010-10-16 04:41:45 +00:00
..
default_pager.c
device_pager.c
memguard.c Have memguard(9) crash with an easier-to-debug message on double-free. 2010-08-31 17:43:47 +00:00
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c
swap_pager.h
uma_core.c Change uma_zone_set_max to return the effective value of "nitems" after 2010-10-16 04:41:45 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h Change uma_zone_set_max to return the effective value of "nitems" after 2010-10-16 04:41:45 +00:00
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c Replace an XXX comment with the appropriate code. 2010-09-20 20:41:59 +00:00
vm_kern.h
vm_map.c If vm_map_find() is asked to allocate a superpage-aligned region of virtual 2010-10-04 16:49:40 +00:00
vm_map.h Make refinements to r212824. In particular, don't make 2010-09-19 17:43:22 +00:00
vm_meter.c
vm_mmap.c Allow a POSIX shared memory object that is opened for read but not for 2010-09-19 19:42:04 +00:00
vm_object.c
vm_object.h
vm_page.c vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startup 2010-09-03 10:40:53 +00:00
vm_page.h
vm_pageout.c On architectures with non-tree-based page tables like PowerPC, every page 2010-09-09 13:32:58 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c Re-add r212370 now that the LOR in powerpc64 has been resolved: 2010-09-16 16:13:12 +00:00
vm_phys.h
vm_reserv.c Re-add r212370 now that the LOR in powerpc64 has been resolved: 2010-09-16 16:13:12 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h