Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c128 #define CLEARBIT(map, i) (((map)[(i) >> MAPSHIFT] &= ~(1 << (i) % NBBW))) macro
195 CLEARBIT(sip->si_swapslots, btop(noff - sip->si_soff)); in swap_phys_alloc()
342 CLEARBIT(sip->si_swapslots, pagenumber); in swap_phys_free()