Searched refs:__map_depth (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/lib/ |
| D | sbitmap.c | 177 nr = __sbitmap_get_word(&map->word, __map_depth(sb, index), in sbitmap_find_bit_in_index() 251 __map_depth(sb, index), in __sbitmap_get_shallow() 310 unsigned int word_depth = __map_depth(sb, i); in __sbitmap_weight() 363 unsigned int word_bits = __map_depth(sb, i); in sbitmap_bitmap_show() 527 unsigned int map_depth = __map_depth(sb, index); in __sbitmap_queue_get_batch()
|
| /Linux-v6.1/include/linux/ |
| D | sbitmap.h | 163 static inline unsigned int __map_depth(const struct sbitmap *sb, int index) in __map_depth() function 257 __map_depth(sb, index) - nr, in __sbitmap_for_each_set()
|