Home
last modified time | relevance | path

Searched refs:sbitmap_get_shallow (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dsbitmap.c192 int sbitmap_get_shallow(struct sbitmap *sb, unsigned int alloc_hint, in sbitmap_get_shallow() function
225 EXPORT_SYMBOL_GPL(sbitmap_get_shallow); variable
466 nr = sbitmap_get_shallow(&sbq->sb, hint, shallow_depth); in __sbitmap_queue_get_shallow()
/kernel/linux/linux-6.6/lib/
H A Dsbitmap.c268 int sbitmap_get_shallow(struct sbitmap *sb, unsigned long shallow_depth) in sbitmap_get_shallow() function
283 EXPORT_SYMBOL_GPL(sbitmap_get_shallow); variable
539 return sbitmap_get_shallow(&sbq->sb, shallow_depth); in sbitmap_queue_get_shallow()
/kernel/linux/linux-5.10/include/linux/
H A Dsbitmap.h193 * sbitmap_get_shallow() - Try to allocate a free bit from a &struct sbitmap,
201 * uses sbitmap_get() and a low-priority class that uses sbitmap_get_shallow()
208 int sbitmap_get_shallow(struct sbitmap *sb, unsigned int alloc_hint,
407 * See sbitmap_get_shallow().
444 * See sbitmap_get_shallow().
/kernel/linux/linux-6.6/include/linux/
H A Dsbitmap.h208 * sbitmap_get_shallow() - Try to allocate a free bit from a &struct sbitmap,
215 * uses sbitmap_get() and a low-priority class that uses sbitmap_get_shallow()
222 int sbitmap_get_shallow(struct sbitmap *sb, unsigned long shallow_depth);
477 * See sbitmap_get_shallow().

Completed in 4 milliseconds