OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:histkva
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vmstat/
vmstat.c
2209
struct kern_history hist, *
histkva
;
local in function:hist_traverse
2229
for (
histkva
= LIST_FIRST(&histhead);
histkva
!= NULL;
2230
histkva
= LIST_NEXT(&hist, list)) {
2231
deref_kptr(
histkva
, &hist, sizeof(hist), "
histkva
");
vmstat.c
2209
struct kern_history hist, *
histkva
;
local in function:hist_traverse
2229
for (
histkva
= LIST_FIRST(&histhead);
histkva
!= NULL;
2230
histkva
= LIST_NEXT(&hist, list)) {
2231
deref_kptr(
histkva
, &hist, sizeof(hist), "
histkva
");
Completed in 26 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025