Searched refs:slotnumber (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 221 size_t aoff, boff, poff, slotnumber; in swap_getoff() local 292 slotnumber = aoff + boff; in swap_getoff() 294 slotnumber, 0, 0, 0, 0); in swap_getoff() 295 poff = ptob(slotnumber); in swap_getoff() 298 aoff, boff, ptob(slotnumber), (long)sip->si_eoff); in swap_getoff() 304 SETBIT(sip->si_swapslots, slotnumber); in swap_getoff() 305 sip->si_hint = slotnumber + 1; /* hint = next slot */ in swap_getoff()
|