Home
last modified time | relevance | path

Searched refs:map_depth (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dsbitmap.c501 unsigned int map_depth = __map_depth(sb, index); in __sbitmap_queue_get_batch() local
504 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()