Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c226 size_t aoff, boff, poff, slotnumber; in swap_getoff() local
297 slotnumber = aoff + boff; in swap_getoff()
299 slotnumber, 0, 0, 0, 0); in swap_getoff()
300 poff = ptob(slotnumber); in swap_getoff()
303 aoff, boff, ptob(slotnumber), (long)sip->si_eoff); in swap_getoff()
309 SETBIT(sip->si_swapslots, slotnumber); in swap_getoff()
310 sip->si_hint = slotnumber + 1; /* hint = next slot */ in swap_getoff()