Searched refs:sbitmap_resize (Results 1 - 5 of 5) sorted by relevance

/linux-master/lib/
H A Dsbitmap.c123 void sbitmap_resize(struct sbitmap *sb, unsigned int depth) function
134 EXPORT_SYMBOL_GPL(sbitmap_resize); variable
467 sbitmap_resize(&sbq->sb, depth);
/linux-master/include/linux/
H A Dsbitmap.h188 * sbitmap_resize() - Resize a &struct sbitmap.
195 void sbitmap_resize(struct sbitmap *sb, unsigned int depth);
443 * Like sbitmap_resize(), this doesn't reallocate anything. It has to do
/linux-master/drivers/scsi/
H A Dscsi.c229 sbitmap_resize(&sdev->budget_map, sdev->queue_depth);
H A Dscsi_scan.c251 sbitmap_resize(&sdev->budget_map, depth);
/linux-master/block/
H A Dblk-mq.c3934 sbitmap_resize(&hctx->ctx_map, hctx->nr_ctx);

Completed in 219 milliseconds