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

/linux-master/include/linux/
H A Dsbitmap.h133 * sbitmap_queue_get_shallow()
472 * sbitmap_queue_get_shallow() - Try to allocate a free bit from a &struct
484 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq,
512 * sbitmap_queue_get_shallow() or __sbitmap_queue_get_shallow().
/linux-master/lib/
H A Dsbitmap.c529 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, function
536 EXPORT_SYMBOL_GPL(sbitmap_queue_get_shallow); variable
/linux-master/block/
H A Dblk-mq-tag.c113 return sbitmap_queue_get_shallow(bt, data->shallow_depth);

Completed in 309 milliseconds