Searched hist:"48 b5c1fbcd8c5bc6b91a56399a5257b801391dd8" (Results 1 – 5 of 5) sorted by relevance
/linux/block/ |
H A D | blk-stat.c | diff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them
This is essentially never used, yet it's about 1/3rd of the total queue size. Allocate it when needed, and don't embed it in the queue.
Kill the queue flag for this while at it, since we can just check the assigned pointer now.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-mq-debugfs.c | diff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them
This is essentially never used, yet it's about 1/3rd of the total queue size. Allocate it when needed, and don't embed it in the queue.
Kill the queue flag for this while at it, since we can just check the assigned pointer now.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-sysfs.c | diff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them
This is essentially never used, yet it's about 1/3rd of the total queue size. Allocate it when needed, and don't embed it in the queue.
Kill the queue flag for this while at it, since we can just check the assigned pointer now.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-mq.c | diff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them
This is essentially never used, yet it's about 1/3rd of the total queue size. Allocate it when needed, and don't embed it in the queue.
Kill the queue flag for this while at it, since we can just check the assigned pointer now.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/linux/include/linux/ |
H A D | blkdev.h | diff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them
This is essentially never used, yet it's about 1/3rd of the total queue size. Allocate it when needed, and don't embed it in the queue.
Kill the queue flag for this while at it, since we can just check the assigned pointer now.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|