Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c164 extern int bufhwm_pct; /* ditto - given in % of physmem */
1142 if (bufhwm_pct != 0 && in binit()
1143 ((pct = 100 / bufhwm_pct) < BIO_MAX_PERCENT)) { in binit()
1150 bufhwm_pct, in binit()
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c309 int bufhwm_pct = 0; variable