[PATCH v2 0/1] Improve the performance of bitmap_find_next_zero_area_off()

Yi Sun posted 1 patch 4 weeks, 1 day ago
There is a newer version of this series
lib/bitmap.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
[PATCH v2 0/1] Improve the performance of bitmap_find_next_zero_area_off()
Posted by Yi Sun 4 weeks, 1 day ago
Instead of introducing new function
like find_last_bit_range/off/from(),
the existing find_last_bit() is used,
achieving the same effect as PATCH v1.

---
v1: https://lore.kernel.org/all/20260512040659.2992142-1-yi.sun@unisoc.com

Yi Sun (1):
  lib: bitmap: reduce the number of goto again in
    bitmap_find_next_zero_area_off()

 lib/bitmap.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

-- 
2.34.1