Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c175 if ((sip = sip->si_next) == NULL) in swap_phys_alloc()
207 if ((silast = sip->si_next) == NULL) in swap_phys_alloc()
349 } while ((sip = sip->si_next) != NULL); in swap_phys_free()
395 } while ((sip = sip->si_next) != NULL); in swap_in_range()
602 sip = sip->si_next, nswap++) { in swapctl()
675 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl()
908 sip = sip->si_next, nswap++) { in swapctl32()
979 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl32()
1553 for (sipp = &swapinfo; *sipp != NULL; sipp = &(*sipp)->si_next) { in swapdel()
1558 *sipp = osip->si_next; in swapdel()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h138 struct swapinfo *si_next; /* next swap area */ member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c194 for (sip = swapinfo; sip; sip = sip->si_next) in ufs_checkswapon()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c822 wsp->walk_addr = (uintptr_t)si.si_next; in swap_walk_step()