Files
linux-stable-mirror/include/linux/find.h
Yury Norov 27c82f14e6 lib/find: optimize find_*_bit_wrap
When an offset is 0, there's no need to search a bitmap from the
beginning after the 1st search failed, because each bit has already
been tested.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
2023-12-03 10:28:17 -08:00

20 KiB