Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c177 index_t partial_stop = stop & BT_ULMASK; in bt_getlowbit() local
213 if ((counter == limit) && (partial_stop != BT_ULMASK)) { in bt_getlowbit()
220 ASSERT(partial_stop < BT_ULMASK); in bt_getlowbit()
221 word = word & (~(BT_ULMAXMASK << partial_stop + 1)); in bt_getlowbit()