Searched hist:"6 bf0eb5504529cdf50a24135e4c4442a093c06d6" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | sbitmap.c | diff 6bf0eb5504529cdf50a24135e4c4442a093c06d6 Wed Jul 01 03:06:25 CDT 2020 John Garry <john.garry@huawei.com> sbitmap: Consider cleared bits in sbitmap_bitmap_show()
sbitmap works by maintaining separate bitmaps of set and cleared bits. The set bits are cleared in a batch, to save the burden of continuously locking the "word" map to unset.
sbitmap_bitmap_show() only shows the set bits (in "word"), which is not too much use, so mask out the cleared bits.
Fixes: ea86ea2cdced ("sbitmap: ammortize cost of clearing bits") Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|