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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c85 * more than swap_maxcontig allocations to be satisfied from a
89 int swap_maxcontig; /* set by anon_init() to 1 Mb */ variable
200 if (sip->si_allocs >= swap_maxcontig) {
H A Dvm_anon.c140 extern int swap_maxcontig;
240 swap_maxcontig = (1024 * 1024) >> PAGESHIFT; /* 1MB of pages */

Completed in 54 milliseconds