Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c152 #define BIO_MAX_PERCENT (100/20) /* max is 20% of real memory */ macro
1137 bio_max_hwm = MIN(physmem / BIO_MAX_PERCENT, in binit()
1143 ((pct = 100 / bufhwm_pct) < BIO_MAX_PERCENT)) { in binit()
1151 100 / BIO_MAX_PERCENT, 100 / BIO_BUF_PERCENT); in binit()