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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_extern.h between version 1.60 and 1.61

version 1.60, 2001/04/29 04:23:21 version 1.61, 2001/05/01 19:36:56
Line 310  struct uvmexp {
Line 310  struct uvmexp {
                                    aborted */                                     aborted */
         int colorhit;           /* pagealloc where we got optimal color */          int colorhit;           /* pagealloc where we got optimal color */
         int colormiss;          /* pagealloc where we didn't */          int colormiss;          /* pagealloc where we didn't */
           int ncolors;            /* number of page color buckets */
   
         /* fault subcounters */          /* fault subcounters */
         int fltnoram;   /* number of times fault was out of ram */          int fltnoram;   /* number of times fault was out of ram */
Line 435  struct uvmexp_sysctl {
Line 436  struct uvmexp_sysctl {
         int64_t vtextpages;          int64_t vtextpages;
         int64_t colorhit;          int64_t colorhit;
         int64_t colormiss;          int64_t colormiss;
           int64_t ncolors;
 };  };
   
 #ifdef _KERNEL  #ifdef _KERNEL

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb <webmaster@jp.NetBSD.org>