HomeSort by: relevance | last modified time | path
    Searched refs:vm_nphysmem (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/uvm/
uvm_physseg.c 570 #define vm_nphysmem vm_nphysseg macro
638 for (lcv = 0 ; lcv < vm_nphysmem ; lcv++) {
642 preload = (lcv == vm_nphysmem);
681 if (vm_nphysmem == 1)
683 vm_nphysmem--;
684 for (x = psi ; x < vm_nphysmem ; x++)
699 if (vm_nphysmem == 1)
701 vm_nphysmem--;
702 for (x = psi ; x < vm_nphysmem ; x++)
734 if (vm_nphysmem == 1
    [all...]
  /src/tests/sys/uvm/
t_uvm_physseg_load.c 244 return vm_nphysmem;
t_uvm_physseg.c 261 return vm_nphysmem;

Completed in 13 milliseconds