Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c481 ulong_t nextbitindex = nextindex & BT_ULMASK; in errorq_availbit() local
492 if (nextindex <= maxindex && nextbitindex != 0) { in errorq_availbit()
495 if (bx >= nextbitindex && !(bitmap[nextword] & bit)) in errorq_availbit()