Searched refs:bits_per_index (Results 1 – 1 of 1) sorted by relevance
1940 size_t bits_per_index; in uds_get_delta_index_page_count() local1943 bits_per_index = uds_compute_delta_index_size(entry_count, mean_delta, in uds_get_delta_index_page_count()1945 bits_per_delta_list = bits_per_index / list_count; in uds_get_delta_index_page_count()1948 bits_per_index += list_count * IMMUTABLE_HEADER_SIZE; in uds_get_delta_index_page_count()1957 return DIV_ROUND_UP(bits_per_index, bits_per_page); in uds_get_delta_index_page_count()