freebsd-dev/sys/vm
John Baldwin 8db5fc58ff Use pause() in vm_object_deallocate() to yield the CPU to the lock holder
rather than a tsleep() on &proc0.  The only wakeup on &proc0 is intended
to awaken the swapper, not random threads blocked in
vm_object_deallocate().
2007-02-27 19:40:26 +00:00
..
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c Change the way that unmanaged pages are created. Specifically, 2007-02-25 06:14:58 +00:00
pmap.h
redzone.c
redzone.h
swap_pager.c Use pause() rather than tsleep() on stack variables and function pointers. 2007-02-27 17:23:29 +00:00
swap_pager.h
uma_core.c Add uma_set_align() interface, which will be called at most once during 2007-02-11 20:13:52 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h Add uma_set_align() interface, which will be called at most once during 2007-02-11 20:13:52 +00:00
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c Change the way that unmanaged pages are created. Specifically, 2007-02-25 06:14:58 +00:00
vm_kern.h
vm_map.c Change the way that unmanaged pages are created. Specifically, 2007-02-25 06:14:58 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c Use pause() in vm_object_deallocate() to yield the CPU to the lock holder 2007-02-27 19:40:26 +00:00
vm_object.h
vm_page.c Change the way that unmanaged pages are created. Specifically, 2007-02-25 06:14:58 +00:00
vm_page.h Change the way that unmanaged pages are created. Specifically, 2007-02-25 06:14:58 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_unix.c
vm_zeroidle.c Use the free page queue mutex instead of the page queue mutex to 2007-02-11 05:18:40 +00:00
vm.h
vnode_pager.c
vnode_pager.h