]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/param.h
xnu-2782.1.97.tar.gz
[apple/xnu.git] / bsd / sys / param.h
index 764907b0abb56fb8ffb10b9ced5baede0188abdf..012e7563095c58324ad5d19b158fb4e5e0352878 100644 (file)
  * primarily determines the size of buffers in the buffer pool.  It may be
  * made larger than MAXPHYS without any effect on existing file systems;
  * however making it smaller may make some file systems unmountable.
- * We set this to track the value of (MAX_UPL_TRANSFER*PAGE_SIZE) from
+ * We set this to track the value of MAX_UPL_TRANSFER_BYTES from
  * osfmk/mach/memory_object_types.h to bound it at the maximum UPL size.
  */
 #define        MAXBSIZE        (256 * 4096)