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

  /src/usr.bin/systat/
vmstat.h 43 typedef struct vmtotal vmtotal_t;
syscall.c 59 struct vmtotal Total;
vmstat.c 65 struct vmtotal Total;
  /src/sys/sys/
vmmeter.h 38 struct vmtotal struct
  /src/sys/uvm/
uvm_meter.c 58 static void uvm_total(struct vmtotal *);
67 struct vmtotal vmtotals;
237 sysctl_vm_meter, 0, NULL, sizeof(struct vmtotal),
312 uvm_total(struct vmtotal *totalp)
uvm_extern.h 292 struct vmtotal;
  /src/usr.bin/vmstat/
vmstat.c 272 #define VMTOTAL 0x400
394 todo |= VMTOTAL;
466 if ((todo & (VMSTAT|VMTOTAL)) == 0) {
518 if ((todo & (VMSTAT|VMTOTAL)) == (VMSTAT|VMTOTAL)) {
519 errx(1, "you may not both do vmstat and vmtotal");
523 if (todo & VMTOTAL)
686 struct vmtotal total;
732 struct vmtotal total;

Completed in 17 milliseconds