Home
last modified time | relevance | path

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

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