Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 1 of 1) sorted by relevance

/lib/
Dsbitmap.c15 static inline bool sbitmap_deferred_clear(struct sbitmap *sb, int index) in sbitmap_deferred_clear()
44 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, in sbitmap_init_node()
89 void sbitmap_resize(struct sbitmap *sb, unsigned int depth) in sbitmap_resize()
139 static int sbitmap_find_bit_in_index(struct sbitmap *sb, int index, in sbitmap_find_bit_in_index()
157 int sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint, bool round_robin) in sbitmap_get()
192 int sbitmap_get_shallow(struct sbitmap *sb, unsigned int alloc_hint, in sbitmap_get_shallow()
227 bool sbitmap_any_bit_set(const struct sbitmap *sb) in sbitmap_any_bit_set()
239 bool sbitmap_any_bit_clear(const struct sbitmap *sb) in sbitmap_any_bit_clear()
256 static unsigned int __sbitmap_weight(const struct sbitmap *sb, bool set) in __sbitmap_weight()
271 static unsigned int sbitmap_weight(const struct sbitmap *sb) in sbitmap_weight()
[all …]