sbitmap_get       190 include/linux/sbitmap.h int sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint, bool round_robin);
sbitmap_get       190 lib/sbitmap.c  EXPORT_SYMBOL_GPL(sbitmap_get);
sbitmap_get       449 lib/sbitmap.c  	nr = sbitmap_get(&sbq->sb, hint, sbq->round_robin);