[BACK]Return to uvm_meter.c 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_meter.c between version 1.11 and 1.12

version 1.11, 2000/02/11 19:22:54 version 1.12, 2000/05/26 00:36:53
Line 103  uvm_loadav(avg)
Line 103  uvm_loadav(avg)
                                 continue;                                  continue;
                 /* fall through */                  /* fall through */
                 case SRUN:                  case SRUN:
                   case SONPROC:
                 case SIDL:                  case SIDL:
                         nrun++;                          nrun++;
                 }                  }
Line 197  uvm_total(totalp)
Line 198  uvm_total(totalp)
                         break;                          break;
   
                 case SRUN:                  case SRUN:
                   case SONPROC:
                 case SIDL:                  case SIDL:
                         if (p->p_flag & P_INMEM)                          if (p->p_flag & P_INMEM)
                                 totalp->t_rq++;                                  totalp->t_rq++;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>