Home
last modified time | relevance | path

Searched refs:sbitmap_get (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/lib/
Dsbitmap.c157 int sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint, bool round_robin) in sbitmap_get() function
190 EXPORT_SYMBOL_GPL(sbitmap_get);
449 nr = sbitmap_get(&sbq->sb, hint, sbq->round_robin); in __sbitmap_queue_get()
/Linux-v5.4/include/linux/
Dsbitmap.h190 int sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint, bool round_robin);