HomeSort by: relevance | last modified time | path
    Searched refs:RUMPMEM_UNLIMITED (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
vm.c 116 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) {
  /src/sys/rump/include/rump-sys/
kern.h 123 #define RUMPMEM_UNLIMITED ((unsigned long)-1)
  /src/sys/rump/librump/rumpvfs/
rump_vfs.c 118 if (rump_physmemlimit != RUMPMEM_UNLIMITED) {

Completed in 12 milliseconds