Searched refs:RUMPMEM_UNLIMITED (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/rump/librump/rumpkern/
H A Dvm.c116 unsigned long rump_physmemlimit = RUMPMEM_UNLIMITED;
117 static unsigned long pdlimit = RUMPMEM_UNLIMITED; /* page daemon memlimit */
121 (rump_physmemlimit != RUMPMEM_UNLIMITED && curphysmem > dddlim)
358 if (rump_physmemlimit == RUMPMEM_UNLIMITED) {
1308 if (thelimit != RUMPMEM_UNLIMITED) {
1335 if (rump_physmemlimit != RUMPMEM_UNLIMITED) {
/netbsd-current/sys/rump/include/rump-sys/
H A Dkern.h123 #define RUMPMEM_UNLIMITED ((unsigned long)-1) macro
/netbsd-current/sys/rump/librump/rumpvfs/
H A Drump_vfs.c118 if (rump_physmemlimit != RUMPMEM_UNLIMITED) {

Completed in 204 milliseconds