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

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.h68 * VPMMAXLEN is supported. The scatter gather list array size needs to
82 * '(off + len) <= ((off & PAGEMASK) + VPMMAXLEN)'
259 #define VPMMAXLEN (128*1024) macro
267 #define VPMMAXPGS (VPMMAXLEN/8192) /* Max # pages at a time */
269 #define VPMMAXPGS (VPMMAXLEN/4096)

Completed in 67 milliseconds