Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c121 #define TESTBIT(map, i) (((map)[(i) >> MAPSHIFT] & (1 << (i) % NBBW))) macro
273 if (!TESTBIT(sip->si_swapslots, aoff + boff)) in swap_getoff()
279 if (!TESTBIT(sip->si_swapslots, aoff + boff)) in swap_getoff()
331 if (!TESTBIT(sip->si_swapslots, pagenumber)) { in swap_phys_free()
1466 ASSERT(TESTBIT(osip->si_swapslots, in swapdel()