Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_physio.c161 if (iosize > MAXPHYSIO_WIRED) { in physio()
162 iosize = MAXPHYSIO_WIRED; in physio()
/xnu-10002.41.9/bsd/sys/
H A Dparam.h195 #define MAXPHYSIO_WIRED (16 * 1024 * 1024) macro