Searched refs:map_depth (Results 1 – 1 of 1) sorted by relevance
501 unsigned int map_depth = __map_depth(sb, index); in __sbitmap_queue_get_batch() local504 if (map->word == (1UL << (map_depth - 1)) - 1) in __sbitmap_queue_get_batch()507 nr = find_first_zero_bit(&map->word, map_depth); in __sbitmap_queue_get_batch()508 if (nr + nr_tags <= map_depth) { in __sbitmap_queue_get_batch()
Completed in 5 milliseconds