freebsd-dev/sys/vm
2002-07-21 21:20:57 +00:00
..
default_pager.c
device_pager.c
phys_pager.c o Lock page queue accesses by vm_page_unmanage(). 2002-07-13 23:55:30 +00:00
pmap.h
swap_pager.c o Lock page queue accesses by vm_page_free(). 2002-07-21 20:38:45 +00:00
swap_pager.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h Void functions cannot return values. 2002-07-18 15:53:11 +00:00
vm_contig.c o Lock page queue accesses by vm_page_cache() in vm_contig_launder(). 2002-07-20 06:11:16 +00:00
vm_extern.h Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
vm_fault.c o Lock page queue accesses by vm_page_free() and vm_page_deactivate(). 2002-07-21 21:20:57 +00:00
vm_glue.c Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwise 2002-07-21 10:55:57 +00:00
vm_init.c
vm_kern.c o Lock page queue accesses by vm_page_wire(). 2002-07-14 19:36:15 +00:00
vm_kern.h
vm_map.c Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c
vm_object.h
vm_page.c o Lock page queue accesses by vm_page_try_to_cache(). (The accesses 2002-07-20 20:58:46 +00:00
vm_page.h o Remove dead and/or unused code. 2002-07-20 05:06:20 +00:00
vm_pageout.c o Lock page queue accesses by vm_page_try_to_cache(). (The accesses 2002-07-20 20:58:46 +00:00
vm_pageout.h
vm_pageq.c o Remove dead and/or unused code. 2002-07-20 05:06:20 +00:00
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zeroidle.c Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skew 2002-07-19 21:06:01 +00:00
vm.h
vnode_pager.c
vnode_pager.h