OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:histp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/pmap/
pmap.c
1414
struct kern_history * const
histp
=
local
1419
UVMHIST_CALLARGS(*
histp
, "(pmap=%#jx, va=%#jx, pa=%#jx",
1421
UVMHIST_LOG(*
histp
, "prot=%#jx flags=%#jx)", prot, flags, 0, 0);
1495
UVMHIST_LOG(*
histp
, " <-- ENOMEM", 0, 0, 0, 0);
1531
UVMHIST_LOG(*
histp
, "new pte %#jx (pa %#jx)",
1547
UVMHIST_LOG(*
histp
, "va=%#jx pg %#jx: "
1555
UVMHIST_LOG(*
histp
, "va=%#jx pg %#jx: defer "
1560
UVMHIST_LOG(*
histp
,
1570
UVMHIST_LOG(*
histp
,
1575
UVMHIST_LOG(*
histp
, " <-- 0 (OK)", 0, 0, 0, 0)
[
all
...]
/src/usr.bin/vmstat/
vmstat.c
2269
hist_dodump(struct kern_history *
histp
)
2278
histsize = sizeof(struct kern_history_ent) *
histp
->n;
2286
histp
->n,
histp
->f);
2288
deref_kptr(
histp
->e, histents, histsize, "history entries");
2289
i =
histp
->f;
2324
i = (i + 1) %
histp
->n;
2325
} while (i !=
histp
->f);
Completed in 17 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026