OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pageins
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_meter.c
133
u.
pageins
= cpu_count_get(CPU_COUNT_PAGEINS);
457
uvmexp.
pageins
= (int)cpu_count_get(CPU_COUNT_PAGEINS);
uvm_extern.h
360
int
pageins
; /* pagein operation count */
member in struct:uvmexp
456
int64_t
pageins
;
member in struct:uvmexp_sysctl
/src/usr.bin/vmstat/
vmstat.c
775
COPY(
pageins
);
805
rate(uvmexp.
pageins
- ouvmexp.
pageins
));
933
COPY(
pageins
);
1028
(void)printf("%9" PRIu64 " pagein requests\n", uvmexp.
pageins
);
/src/usr.bin/systat/
vmstat.c
466
PUTRATE(us, us1, uvmexp->
pageins
, PAGEROW + 2, PAGECOL + 5, 5);
/src/sys/miscfs/procfs/
procfs_linux.c
340
uvmexp.
pageins
, uvmexp.pdpageouts,
Completed in 15 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025