We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521277d commit 5c7fa5cCopy full SHA for 5c7fa5c
lib/sbitmap.c
@@ -388,11 +388,6 @@ static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq,
388
unsigned int shallow_depth;
389
390
/*
391
- * For each batch, we wake up one queue. We need to make sure that our
392
- * batch size is small enough that the full depth of the bitmap,
393
- * potentially limited by a shallow depth, is enough to wake up all of
394
- * the queues.
395
- *
396
* Each full word of the bitmap has bits_per_word bits, and there might
397
* be a partial word. There are depth / bits_per_word full words and
398
* depth % bits_per_word bits left over. In bitwise arithmetic:
0 commit comments