Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dsbitmap.c114 int sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint, bool round_robin) in sbitmap_get() function
143 EXPORT_SYMBOL_GPL(sbitmap_get);
383 nr = sbitmap_get(&sbq->sb, hint, sbq->round_robin); in __sbitmap_queue_get()
/linux-4.19.296/include/linux/
Dsbitmap.h186 int sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint, bool round_robin);