Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/mm/
Dsrmmu.c297 unsigned int bitmap_bits; in srmmu_nocache_init() local
304 bitmap_bits = srmmu_nocache_size >> SRMMU_NOCACHE_BITMAP_SHIFT; in srmmu_nocache_init()
311 __alloc_bootmem(BITS_TO_LONGS(bitmap_bits) * sizeof(long), in srmmu_nocache_init()
313 bit_map_init(&srmmu_nocache_map, srmmu_nocache_bitmap, bitmap_bits); in srmmu_nocache_init()
/Linux-v4.19/drivers/md/
Ddm-writecache.c459 unsigned bitmap_bits = wc->dirty_bitmap_size * 8; in ssd_commit_flushed() local
464 i = find_next_bit(wc->dirty_bitmap, bitmap_bits, i); in ssd_commit_flushed()
465 if (unlikely(i == bitmap_bits)) in ssd_commit_flushed()
467 j = find_next_zero_bit(wc->dirty_bitmap, bitmap_bits, i); in ssd_commit_flushed()