OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fltpgwait
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/uvm/
uvm_extern.h
383
int
fltpgwait
; /* number of times fault had to wait on a page */
member in struct:uvmexp
469
int64_t
fltpgwait
;
member in struct:uvmexp_sysctl
uvm_meter.c
142
u.
fltpgwait
= cpu_count_get(CPU_COUNT_FLTPGWAIT);
463
uvmexp.
fltpgwait
= (int)cpu_count_get(CPU_COUNT_FLTPGWAIT);
/src/usr.bin/systat/
vmstat.c
657
PUTRATE(s, s1, uvmexp.
fltpgwait
, VMSTATROW + 3, VMSTATCOL + 4, 5);
/src/usr.bin/vmstat/
vmstat.c
946
COPY(
fltpgwait
);
1047
(void)printf("%9" PRIu64 " faults had to wait on pages\n", uvmexp.
fltpgwait
);
Completed in 17 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026