Searched refs:MAX_ZONES (Results 1 – 9 of 9) sorted by relevance
23 MAX_ZONES = 16, enumerator
292 if (zone_count > MAX_ZONES) in normalize_zone_count()293 zone_count = MAX_ZONES; in normalize_zone_count()
103 u32 load_lists[MAX_ZONES];
368 bool full_flags[MAX_ZONES] = { in load_version20()
209 u64 min_delta_lists = MAX_ZONES * MAX_ZONES; in compute_volume_sub_index_parameters()382 *block_count = DIV_ROUND_UP(bytes, block_size) + MAX_ZONES; in uds_compute_volume_index_save_blocks()
160 struct search_list *search_lists[MAX_ZONES];
161 struct layout_region volume_index_zones[MAX_ZONES];914 struct buffered_reader *readers[MAX_ZONES]; in uds_load_index_state()1075 struct buffered_writer *writers[MAX_ZONES]; in uds_save_index_state()
831 u32 first_list[MAX_ZONES]; in uds_start_restoring_delta_index()832 u32 list_count[MAX_ZONES]; in uds_start_restoring_delta_index()
169 union invalidate_counter initial_counters[MAX_ZONES]; in wait_for_pending_searches()
Completed in 27 milliseconds