Searched refs:comp_size_bins (Results 1 – 3 of 3) sorted by relevance
51 uint64_t comp_size_bins[C_MTE_SIZE / C_SEG_OFFSET_ALIGNMENT_BOUNDARY]; member
417 hist->comp_size_bins[(in_size - 1) / C_SEG_OFFSET_ALIGNMENT_BOUNDARY]++; in vm_mte_rle_comp_histogram()
1328 for (int i = 0; i < countof(comp_hist->comp_size_bins); ++i) { in print_comp_hist()1329 T_LOG("| %d, %llu", (i + 1) * C_SEG_OFFSET_ALIGNMENT_BOUNDARY, comp_hist->comp_size_bins[i]); in print_comp_hist()