Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dramdisk.c121 static pgcnt_t rd_max_physmem; variable
300 rd_max_physmem = (availrmem_initial * rd_percent_physmem) / 100; in rd_init_tuneables()
317 if (rd_tot_physmem + npages > rd_max_physmem) in rd_phys_alloc()