Searched refs:fltpgwait (Results 1 – 4 of 4) sorted by relevance
383 int fltpgwait; /* number of times fault had to wait on a page */ member469 int64_t fltpgwait; member
142 u.fltpgwait = cpu_count_get(CPU_COUNT_FLTPGWAIT); in sysctl_vm_uvmexp2()463 uvmexp.fltpgwait = (int)cpu_count_get(CPU_COUNT_FLTPGWAIT); in uvm_update_uvmexp()
657 PUTRATE(s, s1, uvmexp.fltpgwait, VMSTATROW + 3, VMSTATCOL + 4, 5); in showvmstat()
946 COPY(fltpgwait); in dosum()1047 (void)printf("%9" PRIu64 " faults had to wait on pages\n", uvmexp.fltpgwait); in dosum()