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

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c298 * bufhwm_pct -- ditto, but given in % of physmem.
301 int bufhwm_pct = 0; variable
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c161 extern int bufhwm_pct; /* ditto - given in % of physmem */
1131 * physical memory, bufhwm_pct is used to calculate the default if
1142 if (bufhwm_pct != 0 &&
1143 ((pct = 100 / bufhwm_pct) < BIO_MAX_PERCENT)) {
1148 cmn_err(CE_WARN, "binit: bufhwm_pct(%d) out of \
1150 bufhwm_pct,

Completed in 52 milliseconds