Searched refs:sbitmap (Results 1 – 3 of 3) sorted by relevance
52 struct sbitmap { struct113 struct sbitmap sb;185 static inline void sbitmap_free(struct sbitmap *sb) in sbitmap_free()200 void sbitmap_resize(struct sbitmap *sb, unsigned int depth);210 int sbitmap_get(struct sbitmap *sb);218 bool sbitmap_any_bit_set(const struct sbitmap *sb);235 static inline void __sbitmap_for_each_set(struct sbitmap *sb, in __sbitmap_for_each_set()293 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word()366 void sbitmap_show(struct sbitmap *sb, struct seq_file *m);376 unsigned int sbitmap_weight(const struct sbitmap *sb);[all …]
365 struct sbitmap ctx_map;
111 struct sbitmap budget_map;
Completed in 12 milliseconds