OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:am_maxslot
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_amap.h
157
int
am_maxslot
; /* max # of slots allocated */
member in struct:vm_amap
uvm_amap.c
183
amap->
am_maxslot
= totalslots;
246
amap->
am_maxslot
* sizeof(struct vm_anon *));
329
slots = amap->
am_maxslot
;
388
slotarea = amap->
am_maxslot
- slotmapped;
463
if (amap->
am_maxslot
>= slotneed) {
537
amap->am_nslot = amap->
am_maxslot
;
591
KASSERT(amap->
am_maxslot
< slotneed);
674
oldnslots = amap->
am_maxslot
;
675
amap->
am_maxslot
= slotalloc;
964
KASSERT(amap->am_nused < amap->
am_maxslot
);
[
all
...]
/src/usr.bin/pmap/
pmap.c
621
"%*s
am_maxslot
= %d, am_nslot = %d, am_nused = %d, "
629
D(amap, amap)->
am_maxslot
,
645
am_anon = ecalloc(D(amap, amap)->
am_maxslot
, sizeof(*am_anon));
646
l = D(amap, amap)->
am_maxslot
* sizeof(*am_anon);
649
l = D(amap, amap)->
am_maxslot
* sizeof(*am_bckptr);
650
am_bckptr = ecalloc(D(amap, amap)->
am_maxslot
, sizeof(*am_bckptr));
653
l = D(amap, amap)->
am_maxslot
* sizeof(*am_slots);
654
am_slots = ecalloc(D(amap, amap)->
am_maxslot
, sizeof(*am_slots));
660
D(amap, amap)->
am_maxslot
, sizeof(*am_ppref));
661
l = D(amap, amap)->
am_maxslot
* sizeof(*am_ppref)
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025