OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:am_ppref
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_amap.h
164
int *
am_ppref
; /* per page reference count (if !NULL) */
member in struct:vm_amap
/src/usr.bin/pmap/
pmap.c
609
int *
am_ppref
;
local
623
"%*s am_bckptr = %p, am_anon = %p,
am_ppref
= %p }\n",
636
D(amap, amap)->
am_ppref
);
657
if (D(amap, amap)->
am_ppref
!= NULL &&
658
D(amap, amap)->
am_ppref
!= PPREF_NONE) {
659
am_ppref
= ecalloc(
660
D(amap, amap)->am_maxslot, sizeof(*
am_ppref
));
661
l = D(amap, amap)->am_maxslot * sizeof(*
am_ppref
);
662
_KDEREF(kd, (u_long)D(amap, amap)->
am_ppref
,
am_ppref
, l)
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026