1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/vm
John Baldwin 6d541bf1ae - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.
- Don't drop the vm mutex while grabbing the pbuf mutex to manipulate
  said variables.
2001-06-22 21:12:19 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex. 2001-06-22 21:12:19 +00:00
swap_pager.h
vm_extern.h
vm_fault.c
vm_glue.c Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for 2001-06-20 00:48:20 +00:00
vm_init.c
vm_kern.c Introduce numerous SMP friendly changes to the mbuf allocator. Namely, 2001-06-22 06:35:32 +00:00
vm_kern.h Introduce numerous SMP friendly changes to the mbuf allocator. Namely, 2001-06-22 06:35:32 +00:00
vm_map.c Introduce numerous SMP friendly changes to the mbuf allocator. Namely, 2001-06-22 06:35:32 +00:00
vm_map.h Two fixes to the out-of-swap process termination code. First, start killing 2001-06-09 18:06:58 +00:00
vm_meter.c
vm_mmap.c
vm_object.c Introduce numerous SMP friendly changes to the mbuf allocator. Namely, 2001-06-22 06:35:32 +00:00
vm_object.h
vm_page.c
vm_page.h
vm_pageout.c Don't lock around swap_pager_swap_init() that is only called once during 2001-06-20 23:34:06 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h Change the way information about swap devices is exported to be more 2001-06-01 22:53:10 +00:00
vm_swap.c Change the way information about swap devices is exported to be more 2001-06-01 22:53:10 +00:00
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c
vnode_pager.h