Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c1123 ulong_t bio_max_hwm, bio_default_hwm; in binit() local
1137 bio_max_hwm = MIN(physmem / BIO_MAX_PERCENT, in binit()
1139 bio_max_hwm = MIN(INT32_MAX, bio_max_hwm); in binit()
1161 if (v.v_bufhwm < BIO_MIN_HWM || v.v_bufhwm > bio_max_hwm) { in binit()
1162 v.v_bufhwm = (int)bio_max_hwm; in binit()
1170 BIO_MIN_HWM, bio_max_hwm, bio_max_hwm); in binit()