Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dbitmap.c177 index_t partial_start = start & BT_ULMASK; in bt_getlowbit() local
192 if (partial_start) { in bt_getlowbit()
198 word = word & (BT_ULMAXMASK << partial_start); in bt_getlowbit()