freebsd-dev/sys/ofed
Mark Johnston 979b8eaf4b find_next_bit() and find_next_zero_bit(): if the caller-specified offset
lies within the last block of the bit set and no bits are set beyond the
offset, terminate the search immediately instead of continuing as though
there are further blocks in the set and subsequently returning an incorrect
result.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
2015-05-10 22:04:42 +00:00
..
drivers Factor out mbuf hashing code from LAGG driver so that other network 2015-03-11 16:02:24 +00:00
include find_next_bit() and find_next_zero_bit(): if the caller-specified offset 2015-05-10 22:04:42 +00:00