Home
last modified time | relevance | path

Searched refs:__sbitmap_queue_get_batch (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dsbitmap.h447 * __sbitmap_queue_get_batch() - Try to allocate a batch of free bits
456 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags,
/linux/block/
H A Dblk-mq-tag.c132 ret = __sbitmap_queue_get_batch(bt, nr_tags, offset); in blk_mq_get_tags()
/linux/lib/
H A Dsbitmap.c515 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags, in __sbitmap_queue_get_batch() function