freebsd-dev/sys/vm
John Baldwin 551cf4e150 Rename the mutex thread and process states to use a more generic 'LOCK'
name instead.  (e.g., SLOCK instead of SMTX, TD_ON_LOCK() instead of
TD_ON_MUTEX())  Eventually a turnstile abstraction will be added that
will be shared with mutexes and other types of locks.  SLOCK/TDI_LOCK will
be used internally by the turnstile code and will not be specific to
mutexes.  Making the change now ensures that turnstiles can be dropped
in at a later date without affecting the ABI of userland applications.
2002-10-02 20:31:47 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
swap_pager.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
swap_pager.h
uma_core.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
uma_dbg.c - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
uma_dbg.h - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
uma_int.h - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
uma.h - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Modify vm_map_clean() (and thus the msync(2) system call) to support 2002-09-22 08:22:32 +00:00
vm_map.h o Update some comments. 2002-09-22 04:33:43 +00:00
vm_meter.c Rename the mutex thread and process states to use a more generic 'LOCK' 2002-10-02 20:31:47 +00:00
vm_mmap.c Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
vm_object.c - Get rid of the unused LK_NOOBJ. 2002-09-25 01:24:58 +00:00
vm_object.h Reduce namespace pollution. 2002-09-21 07:51:44 +00:00
vm_page.c
vm_page.h
vm_pageout.c - Get rid of the unused LK_NOOBJ. 2002-09-25 01:24:58 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c - Lock access to numoutput on the swap devices. 2002-09-25 01:24:17 +00:00
vm_unix.c Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
vm_zeroidle.c
vm.h
vnode_pager.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
vnode_pager.h