Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c174 sip->si_allocs = 0; in swap_phys_alloc()
204 sip->si_allocs += btop(len); in swap_phys_alloc()
205 if (sip->si_allocs >= swap_maxcontig) { in swap_phys_alloc()
206 sip->si_allocs = 0; in swap_phys_alloc()