OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slotadd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_amap.c
356
int slotmapped,
slotadd
, slotneed, slotadded, slotalloc;
local
380
AMAP_B2SLOT(
slotadd
, addsize); /* slots to add */
382
slotneed = slotoff + slotmapped +
slotadd
;
386
slotneed =
slotadd
+ slotmapped;
387
slotadj =
slotadd
- slotoff;
432
slotadd
, 1);
443
slotoff -=
slotadd
;
447
amap_pp_adjref(amap, slotoff,
slotadd
, 1);
502
0, 0, slotarea -
slotadd
);
504
slotarea -
slotadd
, 1, slotadd)
[
all
...]
uvm_amap.c
356
int slotmapped,
slotadd
, slotneed, slotadded, slotalloc;
local
380
AMAP_B2SLOT(
slotadd
, addsize); /* slots to add */
382
slotneed = slotoff + slotmapped +
slotadd
;
386
slotneed =
slotadd
+ slotmapped;
387
slotadj =
slotadd
- slotoff;
432
slotadd
, 1);
443
slotoff -=
slotadd
;
447
amap_pp_adjref(amap, slotoff,
slotadd
, 1);
502
0, 0, slotarea -
slotadd
);
504
slotarea -
slotadd
, 1, slotadd)
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026