OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpucounter
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vmstat/
vmstat.c
252
}
cpucounter
, ocpucounter;
variable in typeref:struct:cpu_counter
792
cpucounters(&
cpucounter
);
801
rate(
cpucounter
.nfault - ocpucounter.nfault));
814
rate(
cpucounter
.nintr - ocpucounter.nintr));
816
rate(
cpucounter
.nsyscall - ocpucounter.nsyscall));
818
rate(
cpucounter
.nswtch - ocpucounter.nswtch));
825
ocpucounter =
cpucounter
;
vmstat.c
252
}
cpucounter
, ocpucounter;
variable in typeref:struct:cpu_counter
792
cpucounters(&
cpucounter
);
801
rate(
cpucounter
.nfault - ocpucounter.nfault));
814
rate(
cpucounter
.nintr - ocpucounter.nintr));
816
rate(
cpucounter
.nsyscall - ocpucounter.nsyscall));
818
rate(
cpucounter
.nswtch - ocpucounter.nswtch));
825
ocpucounter =
cpucounter
;
Completed in 36 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025