Searched refs:page_count_t (Results 1 – 6 of 6) sorted by relevance
53 page_count_t page_count;55 page_count_t pages_in_batch;74 page_count_t outstanding_reads;76 page_count_t outstanding_writes;78 page_count_t pages_in_flush;80 page_count_t pages_to_flush;336 page_count_t cache_size, block_count_t maximum_age,
93 page_count_t outstanding;95 page_count_t page_count;120 page_count_t page_to_fetch;122 page_count_t leaf_pages;575 page_count_t i; in rebuild_from_leaves()924 page_count_t i; in finish_if_done()1101 page_count_t i; in recover_block_map()1703 page_count_t page_count = min_t(page_count_t, in vdo_repair()
37 typedef u32 page_count_t; typedef
1103 page_count_t pages_in_flush = cache->pages_in_flush; in write_pages()2342 page_count_t segment_sizes[VDO_BLOCK_MAP_TREE_HEIGHT]; in make_segment()2649 page_count_t leaf_pages = vdo_compute_block_map_page_count(map->entry_count); in compute_boundary()2655 page_count_t last_tree_root = (leaf_pages - 1) % map->root_count; in compute_boundary()2656 page_count_t level_pages = leaf_pages / map->root_count; in compute_boundary()2718 page_count_t cache_size, in initialize_block_map_zone()2860 nonce_t nonce, page_count_t cache_size, block_count_t maximum_age, in vdo_decode_block_map()
444 page_count_t leaf_pages = max(vdo_compute_block_map_page_count(entries), 1U); in vdo_compute_new_forest_pages()445 page_count_t level_size = DIV_ROUND_UP(leaf_pages, root_count); in vdo_compute_new_forest_pages()
887 static inline page_count_t vdo_compute_block_map_page_count(block_count_t entries) in vdo_compute_block_map_page_count()
Completed in 25 milliseconds