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

/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h242 * BKVASIZE - Nominal buffer space per buffer, in bytes. BKVASIZE is the
251 * If you make BKVASIZE too small you risk seriously fragmenting
264 #ifndef BKVASIZE
265 #define BKVASIZE 16384 /* must be power of 2 */ macro
267 #define BKVAMASK (BKVASIZE-1)

Completed in 66 milliseconds