.. |
default_pager.c
|
|
|
device_pager.c
|
|
|
phys_pager.c
|
|
|
pmap.h
|
- Kill the pv_flags member of the alpha mdpage since it stop being used
|
2003-04-10 18:42:06 +00:00 |
swap_pager.c
|
Lock the vm_object when performing vm_pager_deallocate().
|
2003-05-06 02:45:28 +00:00 |
swap_pager.h
|
- Move swap_pager_isswapped()'s prototype to a more logical place.
|
2003-04-24 05:29:27 +00:00 |
uma_core.c
|
uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the caller
|
2003-04-28 06:11:32 +00:00 |
uma_dbg.c
|
|
|
uma_dbg.h
|
|
|
uma_int.h
|
|
|
uma.h
|
|
|
vm_contig.c
|
- Acquire the vm_object's lock when performing vm_object_page_clean().
|
2003-04-24 04:31:25 +00:00 |
vm_extern.h
|
|
|
vm_fault.c
|
Prefer the proc lock to sched_lock when testing PS_INMEM now that it is
|
2003-04-22 20:01:56 +00:00 |
vm_glue.c
|
Deprecate machine/limits.h in favor of new sys/limits.h.
|
2003-04-29 13:36:06 +00:00 |
vm_init.c
|
|
|
vm_kern.c
|
Update locking on the kmem_object to use the new macros.
|
2003-04-15 01:16:05 +00:00 |
vm_kern.h
|
|
|
vm_map.c
|
Increase the scope of the vm_object lock in vm_map_delete().
|
2003-04-30 19:18:09 +00:00 |
vm_map.h
|
|
|
vm_meter.c
|
Lock some manipulations of the vm object's flags.
|
2003-04-13 19:36:18 +00:00 |
vm_mmap.c
|
suser() does not need the proc lock, just the setting of P_PROTECTED in
|
2003-04-17 22:38:27 +00:00 |
vm_object.c
|
Lock the vm_object when performing vm_pager_deallocate().
|
2003-05-06 02:45:28 +00:00 |
vm_object.h
|
- Define VM_OBJECT_LOCK_INIT().
|
2003-04-28 03:45:35 +00:00 |
vm_page.c
|
- Relax the Giant required in vm_page_remove().
|
2003-04-25 06:35:05 +00:00 |
vm_page.h
|
|
|
vm_pageout.c
|
Avoid a lock-order reversal and implement vm_object locking
|
2003-05-04 06:56:27 +00:00 |
vm_pageout.h
|
Move a declaration to its proper place.
|
2003-05-03 04:21:16 +00:00 |
vm_pageq.c
|
|
|
vm_pager.c
|
Lock the vm_object when performing vm_pager_deallocate().
|
2003-05-06 02:45:28 +00:00 |
vm_pager.h
|
|
|
vm_param.h
|
|
|
vm_swap.c
|
|
|
vm_unix.c
|
|
|
vm_zeroidle.c
|
Rename a static variable to avoid future conflicts.
|
2003-04-04 12:08:42 +00:00 |
vm.h
|
|
|
vnode_pager.c
|
Lock the vm_object when performing vm_pager_deallocate().
|
2003-05-06 02:45:28 +00:00 |
vnode_pager.h
|
|
|