Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dramdisk.c120 static uint_t rd_percent_physmem = RD_DEFAULT_PERCENT_PHYSMEM; variable
286 rd_percent_physmem = (uint_t)stoi(&p); in rd_init_tuneables()
289 if (rd_percent_physmem >= 100) { in rd_init_tuneables()
291 " using default (%u%%).", rd_percent_physmem, in rd_init_tuneables()
294 rd_percent_physmem = RD_DEFAULT_PERCENT_PHYSMEM; in rd_init_tuneables()
300 rd_max_physmem = (availrmem_initial * rd_percent_physmem) / 100; in rd_init_tuneables()