Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c113 static struct swapinfo *silast; variable
156 sip = silast; in swap_phys_alloc()
177 } while (sip != silast); in swap_phys_alloc()
207 if ((silast = sip->si_next) == NULL) in swap_phys_alloc()
208 silast = swapinfo; in swap_phys_alloc()
1308 silast = nsip; in swapadd()
1559 if (silast == osip) in swapdel()
1560 if ((silast = osip->si_next) == NULL) in swapdel()
1561 silast = swapinfo; in swapdel()