Searched refs:si_hint (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h147 pgcnt_t si_hint; /* first page to check if free */ member in struct:swapinfo
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c226 for (sp = &sip->si_swapslots[sip->si_hint >> MAPSHIFT],
235 sip->si_hint, 0, 0, 0, 0);
240 for (sp = &sip->si_swapslots[sip->si_hint >> MAPSHIFT],
249 ep = &sip->si_swapslots[sip->si_hint >> MAPSHIFT];
272 for (boff = (sip->si_hint % NBBW); boff < NBBW; boff++) {
278 for (boff = 0; boff < (sip->si_hint % NBBW); boff++) {
284 panic("swap_getoff: didn't find slot in word hint %ld", sip->si_hint);
305 sip->si_hint = slotnumber + 1; /* hint = next slot */
1217 nsip->si_hint = 0;

Completed in 49 milliseconds