Home
last modified time | relevance | path

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

/linux/lib/
H A Dregion_alloc_benchmark.c167 unsigned long bitmap_count, ida_count, maple_count; in region_alloc_benchmark() local
196 bitmap_count = benchmark_bitmap(capacities[i]); in region_alloc_benchmark()
200 WARN_ON(bitmap_count != ida_count); in region_alloc_benchmark()
201 WARN_ON(bitmap_count != maple_count); in region_alloc_benchmark()
/linux/mm/
H A Dcma.c86 unsigned long bitmap_no, bitmap_count; in cma_clear_bitmap() local
90 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_clear_bitmap()
93 bitmap_clear(cmr->bitmap, bitmap_no, bitmap_count); in cma_clear_bitmap()
146 unsigned long bitmap_count, count; in cma_activate_area() local
164 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_activate_area()
165 bitmap_set(cmr->bitmap, 0, bitmap_count); in cma_activate_area()
788 unsigned long bitmap_maxno, bitmap_no, bitmap_count; in cma_range_alloc() local
796 bitmap_count = cma_bitmap_pages_to_bits(cma, count); in cma_range_alloc()
798 if (bitmap_count > bitmap_maxno) in cma_range_alloc()
812 bitmap_maxno, start, bitmap_count, mask, in cma_range_alloc()
[all …]
/linux/fs/ext4/
H A Dballoc.c783 ext4_fsblk_t bitmap_count; in ext4_count_free_clusters() local
789 bitmap_count = 0; in ext4_count_free_clusters()
812 bitmap_count += x; in ext4_count_free_clusters()
818 desc_count, bitmap_count); in ext4_count_free_clusters()
819 return bitmap_count; in ext4_count_free_clusters()
H A Dialloc.c1457 unsigned long bitmap_count, x; in ext4_count_free_inodes() local
1462 bitmap_count = 0; in ext4_count_free_inodes()
1480 bitmap_count += x; in ext4_count_free_inodes()
1485 le32_to_cpu(es->s_free_inodes_count), desc_count, bitmap_count); in ext4_count_free_inodes()