1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00
freebsd/sys/vm
Matthew Dillon 883f3caa13 Fix bug in vm_pageout_page_stats() that always resulted in a full
scan of the active queue.  This fix is not expected to have any
    noticeable impact on performance.

Noticed by: Rik van Riel <riel@conectiva.com.br>
2000-05-29 02:31:55 +00:00
..
default_pager.c
device_pager.c
phys_pager.c Checkpoint of a new physical memory backed object type, that does not 2000-05-21 13:41:29 +00:00
pmap.h Add a new pmap entry point, pmap_enter_temporary() to be used during 2000-05-28 15:49:55 +00:00
swap_pager.c Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly 2000-05-21 12:50:18 +00:00
swap_pager.h
vm_extern.h
vm_fault.c Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly 2000-05-21 12:50:18 +00:00
vm_glue.c
vm_init.c
vm_kern.c Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly 2000-05-21 12:50:18 +00:00
vm_kern.h
vm_map.c Fixed bug in madvise() / MADV_WILLNEED. When the request is offset 2000-05-14 18:46:40 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Checkpoint of a new physical memory backed object type, that does not 2000-05-21 13:41:29 +00:00
vm_object.c Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly 2000-05-21 12:50:18 +00:00
vm_object.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
vm_page.c Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly 2000-05-21 12:50:18 +00:00
vm_page.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
vm_pageout.c Fix bug in vm_pageout_page_stats() that always resulted in a full 2000-05-29 02:31:55 +00:00
vm_pageout.h
vm_pager.c Checkpoint of a new physical memory backed object type, that does not 2000-05-21 13:41:29 +00:00
vm_pager.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
vm_param.h
vm_swap.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly 2000-05-21 12:50:18 +00:00
vnode_pager.h