Searched refs:byte_cycles (Results 1 – 1 of 1) sorted by relevance
76 u64 byte_cycles; in compare_unaligned_access() local88 byte_cycles = measure_cycles(byte_copy, dst, src, MISALIGNED_COPY_SIZE); in compare_unaligned_access()91 if (!word_cycles || !byte_cycles) { in compare_unaligned_access()98 fast = word_cycles < byte_cycles; in compare_unaligned_access()100 ratio = div_u64((byte_cycles * 100), word_cycles); in compare_unaligned_access()