HomeSort by: relevance | last modified time | path
    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 25 milliseconds