Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dbio.c1122 ulong_t bio_max_hwm, bio_default_hwm; in binit() local
1153 bio_default_hwm = MIN(physmem / pct, in binit()
1155 bio_default_hwm = MIN(INT32_MAX, bio_default_hwm); in binit()
1158 v.v_bufhwm = bio_default_hwm; in binit()