Searched refs:muldiv64_round_up (Results 1 – 2 of 2) sorted by relevance
59 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up() function123 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up() function
507 return muldiv64_round_up(tb, NANOSECONDS_PER_SECOND, freq); in tb_to_ns_round_up()