Searched refs:map_depth (Results 1 – 1 of 1) sorted by relevance
518 unsigned int map_depth = __map_depth(sb, index); in __sbitmap_queue_get_batch() local523 if (val == (1UL << (map_depth - 1)) - 1) in __sbitmap_queue_get_batch()526 nr = find_first_zero_bit(&val, map_depth); in __sbitmap_queue_get_batch()527 if (nr + nr_tags <= map_depth) { in __sbitmap_queue_get_batch()