Home
last modified time | relevance | path

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

/lib/
Dsbitmap.c23 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, in sbitmap_init_node()
67 void sbitmap_resize(struct sbitmap *sb, unsigned int depth) in sbitmap_resize()
114 int sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint, bool round_robin) in sbitmap_get()
145 int sbitmap_get_shallow(struct sbitmap *sb, unsigned int alloc_hint, in sbitmap_get_shallow()
176 bool sbitmap_any_bit_set(const struct sbitmap *sb) in sbitmap_any_bit_set()
188 bool sbitmap_any_bit_clear(const struct sbitmap *sb) in sbitmap_any_bit_clear()
204 unsigned int sbitmap_weight(const struct sbitmap *sb) in sbitmap_weight()
217 void sbitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_show()
238 void sbitmap_bitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_bitmap_show()