Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c108 static struct swapinfo *silast; variable
151 sip = silast; in swap_phys_alloc()
172 } while (sip != silast); in swap_phys_alloc()
202 if ((silast = sip->si_next) == NULL) in swap_phys_alloc()
203 silast = swapinfo; in swap_phys_alloc()
1281 silast = nsip; in swapadd()
1532 if (silast == osip) in swapdel()
1533 if ((silast = osip->si_next) == NULL) in swapdel()
1534 silast = swapinfo; in swapdel()