Searched defs:rsm_pgcnt_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c571 static pgcnt_t rsm_pgcnt_max; /* max allowed */ variable
807 rsm_pgcnt_max = (percent*maxmem)/100;
809 if (rsm_pgcnt_max > 0) {
813 maxmem, rsm_pgcnt_max));
2173 if (rsm_pgcnt_max == 0) { /* no upper limit has been set */
2179 if (rsm_pgcnt + pnum > rsm_pgcnt_max) {
2206 if (rsm_pgcnt_max == 0) { /* no upper limit has been set */

Completed in 60 milliseconds