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

  /src/sys/sys/
vmmeter.h 45 int32_t t_vm; /* total virtual memory */ member in struct:vmtotal
  /src/tests/rump/rumpkern/
Makefile 17 TESTS_C+= t_vm
  /src/external/bsd/top/dist/machine/
m_hpux7.c 442 memory_stats[5] = pagetok(total.t_vm);
m_hpux8.c 400 memory_stats[5] = pagetok(total.t_vm);
m_hpux9.c 412 memory_stats[5] = pagetok(total.t_vm);
  /src/sys/uvm/
uvm_meter.c 384 totalp->t_vm = uvmexp.npages - freepg + uvmexp.swpginuse;
  /src/usr.bin/vmstat/
vmstat.c 710 (void)printf("%9d ", total.t_vm);

Completed in 47 milliseconds