Searched defs:MAX_LOCK_MEM_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmemobj-r0drv-nt.cpp51 # define MAX_LOCK_MEM_SIZE (32*1024*1024) /* 32MB */ macro
54 # define MAX_LOCK_MEM_SIZE (24*1024*1024) /* 24MB */ macro
541 size_t cMdls = cb / MAX_LOCK_MEM_SIZE;
542 if (cb % MAX_LOCK_MEM_SIZE)
564 if (cbCur > MAX_LOCK_MEM_SIZE)
565 cbCur = MAX_LOCK_MEM_SIZE;
842 size_t iMdl = iPage / (MAX_LOCK_MEM_SIZE >> PAGE_SHIFT);
843 size_t iMdlPfn = iPage % (MAX_LOCK_MEM_SIZE >> PAGE_SHIFT);

Completed in 33 milliseconds