OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curphysmem
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
vm.c
118
static unsigned long
curphysmem
;
variable in typeref:typename:unsigned long
121
(rump_physmemlimit != RUMPMEM_UNLIMITED &&
curphysmem
> dddlim)
368
* non-page sized chunks. We use a byte count in
curphysmem
1309
newmem = atomic_add_long_nv(&
curphysmem
, howmuch);
1311
newmem = atomic_add_long_nv(&
curphysmem
, -howmuch);
1336
atomic_add_long(&
curphysmem
, -size);
vm.c
118
static unsigned long
curphysmem
;
variable in typeref:typename:unsigned long
121
(rump_physmemlimit != RUMPMEM_UNLIMITED &&
curphysmem
> dddlim)
368
* non-page sized chunks. We use a byte count in
curphysmem
1309
newmem = atomic_add_long_nv(&
curphysmem
, howmuch);
1311
newmem = atomic_add_long_nv(&
curphysmem
, -howmuch);
1336
atomic_add_long(&
curphysmem
, -size);
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025