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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c137 static int xdf_maxphys = XB_MAXPHYS; variable
1153 if (bp->b_bcount > xdf_maxphys)
1154 bp->b_bcount = xdf_maxphys;

Completed in 51 milliseconds