Searched refs:MAXPHYSIO_WIRED (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c162 if ( (iosize = uio_curriovlen(uio)) > MAXPHYSIO_WIRED)
163 iosize = MAXPHYSIO_WIRED;
/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h198 #define MAXPHYSIO_WIRED (16 * 1024 * 1024) macro

Completed in 41 milliseconds