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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dbitmap.c178 index_t partial_stop = stop & BT_ULMASK; local
214 if ((counter == limit) && (partial_stop != BT_ULMASK)) {
221 ASSERT(partial_stop < BT_ULMASK);
222 word = word & (~(BT_ULMAXMASK << partial_stop + 1));

Completed in 90 milliseconds