Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsbitmap.h489 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq,
/linux/lib/
H A Dsbitmap.c551 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow() function
558 EXPORT_SYMBOL_GPL(sbitmap_queue_get_shallow);
/linux/block/
H A Dblk-mq-tag.c114 return sbitmap_queue_get_shallow(bt, data->shallow_depth); in __blk_mq_get_tag()