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

/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h139 int si_allocs; /* # of conseq. allocs from this area */ member in struct:swapinfo
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c169 sip->si_allocs = 0;
199 sip->si_allocs += btop(len);
200 if (sip->si_allocs >= swap_maxcontig) {
201 sip->si_allocs = 0;

Completed in 61 milliseconds