Sync usage with man page.
[netbsd-mini2440.git] / sys / uvm / files.uvm
blob34f4578a9946f2ae33468279f75c7966281d3093
1 #       $NetBSD: files.uvm,v 1.15 2009/08/09 21:58:03 matt Exp $
4 # UVM options
5
6 defflag opt_uvmhist.h           UVMHIST UVMHIST_PRINT
7 defflag opt_uvm.h               USE_TOPDOWN_VM UVMMAP_COUNTERS
8 defflag opt_vmswap.h            VMSWAP
9 defflag opt_readahead.h         READAHEAD_STATS
10 defflag opt_ubc.h               UBC_STATS
11 defparam opt_pagermap.h         PAGER_MAP_SIZE
12 defflag                         PDPOLICY_CLOCKPRO
14 file    uvm/uvm_amap.c
15 file    uvm/uvm_anon.c
16 file    uvm/uvm_aobj.c
17 file    uvm/uvm_bio.c
18 file    uvm/uvm_coredump.c              coredump
19 file    uvm/uvm_device.c
20 file    uvm/uvm_emap.c
21 file    uvm/uvm_fault.c
22 file    uvm/uvm_glue.c
23 file    uvm/uvm_init.c
24 file    uvm/uvm_io.c
25 file    uvm/uvm_km.c
26 file    uvm/uvm_kmguard.c               debug
27 file    uvm/uvm_loan.c
28 file    uvm/uvm_map.c
29 file    uvm/uvm_meter.c
30 file    uvm/uvm_mmap.c
31 file    uvm/uvm_mremap.c
32 file    uvm/uvm_object.c
33 file    uvm/uvm_page.c
34 file    uvm/uvm_pager.c
35 file    uvm/uvm_pdaemon.c
36 file    uvm/uvm_pdpolicy_clock.c        !pdpolicy_clockpro
37 file    uvm/uvm_pdpolicy_clockpro.c     pdpolicy_clockpro
38 file    uvm/uvm_pglist.c
39 file    uvm/uvm_readahead.c
40 file    uvm/uvm_stat.c                  
41 file    uvm/uvm_swap.c                  vmswap
42 file    uvm/uvm_swapstub.c              !vmswap
43 file    uvm/uvm_unix.c
44 file    uvm/uvm_user.c
45 file    uvm/uvm_vnode.c