Searched refs:map_depth (Results 1 – 1 of 1) sorted by relevance
527 unsigned int map_depth = __map_depth(sb, index); in __sbitmap_queue_get_batch() local530 if (map->word == (1UL << (map_depth - 1)) - 1) in __sbitmap_queue_get_batch()533 nr = find_first_zero_bit(&map->word, map_depth); in __sbitmap_queue_get_batch()534 if (nr + nr_tags <= map_depth) { in __sbitmap_queue_get_batch()