Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c176 index_t partial_start = start & BT_ULMASK; in bt_getlowbit() local
191 if (partial_start) { in bt_getlowbit()
197 word = word & (BT_ULMAXMASK << partial_start); in bt_getlowbit()