Home
last modified time | relevance | path

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

/mm/
Dcma.c401 unsigned long next_zero_bit, next_set_bit, nr_zero; in cma_debug_show_areas() local
409 next_zero_bit = find_next_zero_bit(cma->bitmap, nbits, start); in cma_debug_show_areas()
410 if (next_zero_bit >= nbits) in cma_debug_show_areas()
412 next_set_bit = find_next_bit(cma->bitmap, nbits, next_zero_bit); in cma_debug_show_areas()
413 nr_zero = next_set_bit - next_zero_bit; in cma_debug_show_areas()
416 next_zero_bit); in cma_debug_show_areas()
418 start = next_zero_bit + nr_zero; in cma_debug_show_areas()