[BACK]Return to files.uvm CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Annotation of src/sys/uvm/files.uvm, Revision 1.32.2.1

1.32.2.1! ad          1: #      $NetBSD: files.uvm,v 1.33 2020/01/15 17:55:45 ad Exp $
1.1       thorpej     2:
                      3: #
                      4: # UVM options
                      5: #
1.26      skrll       6: defflag opt_uvmhist.h          UVMHIST: KERNHIST
                      7: defflag opt_uvmhist.h          UVMHIST_PRINT: KERNHIST_PRINT
1.27      mrg         8: defparam opt_uvmhist.h         UVMHIST_MAPHIST_SIZE UVMHIST_PDHIST_SIZE
1.24      joerg       9: defflag opt_uvm.h              USE_TOPDOWN_VM UVMMAP_COUNTERS
                     10: defparam opt_uvm.h             UVM_RESERVED_PAGES_PER_CPU
1.16      rmind      11: defflag opt_vmswap.h           VMSWAP
1.2       yamt       12: defflag opt_readahead.h                READAHEAD_STATS
1.6       yamt       13: defflag opt_ubc.h              UBC_STATS
1.10      yamt       14: defparam opt_pagermap.h                PAGER_MAP_SIZE
1.5       yamt       15: defflag                                PDPOLICY_CLOCKPRO
1.18      drochner   16: defparam                       USER_VA0_DISABLE_DEFAULT
1.19      uebayasi   17: defflag opt_uvm_page_trkown.h  UVM_PAGE_TRKOWN
1.28      cherry     18: defflag opt_uvm_hotplug.h      UVM_HOTPLUG
1.1       thorpej    19:
1.21      uebayasi   20: define uvm
1.22      uebayasi   21: defflag        opt_uvm.h                       UVM
1.21      uebayasi   22: file   uvm/uvm_amap.c                  uvm
                     23: file   uvm/uvm_anon.c                  uvm
                     24: file   uvm/uvm_aobj.c                  uvm
                     25: file   uvm/uvm_bio.c                   uvm
1.30      pgoyette   26: file   uvm/uvm_coredump.c              uvm & coredump
1.21      uebayasi   27: file   uvm/uvm_device.c                uvm
                     28: file   uvm/uvm_fault.c                 uvm
                     29: file   uvm/uvm_glue.c                  uvm
                     30: file   uvm/uvm_init.c                  uvm
                     31: file   uvm/uvm_io.c                    uvm
                     32: file   uvm/uvm_km.c                    uvm
                     33: file   uvm/uvm_loan.c                  uvm
                     34: file   uvm/uvm_map.c                   uvm
                     35: file   uvm/uvm_meter.c                 uvm
                     36: file   uvm/uvm_mmap.c                  uvm
                     37: file   uvm/uvm_mremap.c                uvm
                     38: file   uvm/uvm_object.c                uvm
                     39: file   uvm/uvm_page.c                  uvm
1.31      ad         40: file   uvm/uvm_page_array.c            uvm
1.32.2.1! ad         41: file   uvm/uvm_page_status.c           uvm
1.21      uebayasi   42: file   uvm/uvm_pager.c                 uvm
                     43: file   uvm/uvm_pdaemon.c               uvm
1.5       yamt       44: file   uvm/uvm_pdpolicy_clock.c        !pdpolicy_clockpro
                     45: file   uvm/uvm_pdpolicy_clockpro.c     pdpolicy_clockpro
1.32      ad         46: file   uvm/uvm_pgflcache.c             uvm
1.21      uebayasi   47: file   uvm/uvm_pglist.c                uvm
1.28      cherry     48: file   uvm/uvm_physseg.c               uvm
1.21      uebayasi   49: file   uvm/uvm_readahead.c             uvm
                     50: file   uvm/uvm_stat.c                  uvm
1.1       thorpej    51: file   uvm/uvm_swap.c                  vmswap
                     52: file   uvm/uvm_swapstub.c              !vmswap
1.21      uebayasi   53: file   uvm/uvm_unix.c                  uvm
                     54: file   uvm/uvm_user.c                  uvm
                     55: file   uvm/uvm_vnode.c                 uvm

CVSweb <webmaster@jp.NetBSD.org>