Home
last modified time | relevance | path

Searched refs:__sbitmap_queue_get (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsbitmap.h438 * __sbitmap_queue_get() - Try to allocate a free bit from a &struct
444 int __sbitmap_queue_get(struct sbitmap_queue *sbq);
490 nr = __sbitmap_queue_get(sbq); in sbitmap_queue_get()
/linux/lib/
H A Dsbitmap.c509 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get() function
513 EXPORT_SYMBOL_GPL(__sbitmap_queue_get);
/linux/block/
H A Dblk-mq-tag.c119 return __sbitmap_queue_get(bt); in __blk_mq_get_tag()
H A Dblk-mq.c1873 tag = __sbitmap_queue_get(bt); in __blk_mq_alloc_driver_tag()