Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dramdisk.c124 static uint_t rd_maxphys = RD_DEFAULT_MAXPHYS; variable
1048 if (bp->b_bcount > rd_maxphys) { in rd_minphys()
1049 bp->b_bcount = rd_maxphys; in rd_minphys()